mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
8 lines
No EOL
148 B
JavaScript
8 lines
No EOL
148 B
JavaScript
const tailwindcss = require('tailwindcss');
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
tailwindcss('./tailwind.config.js'),
|
|
require('autoprefixer'),
|
|
],
|
|
}; |