gatus/web/app/postcss.config.js
2021-01-24 04:50:58 -05:00

5 lines
62 B
JavaScript

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