gatus/web/app/postcss.config.js

5 lines
62 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [
require('tailwindcss')
],
};