mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 16:44:25 +01:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
const tailwindcss = require('tailwindcss');
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
tailwindcss('./tailwind.config.js'),
|
|
require('autoprefixer'),
|
|
],
|
|
}; |