1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00
twin-gatus/web/app/postcss.config.js

8 lines
148 B
JavaScript
Raw Normal View History

2021-04-07 03:39:53 +00:00
const tailwindcss = require('tailwindcss');
module.exports = {
plugins: [
2021-04-07 03:39:53 +00:00
tailwindcss('./tailwind.config.js'),
require('autoprefixer'),
],
};