mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +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'),
|
|
],
|
|
}; |