1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-24 07:00:32 +00:00
opengist/postcss.config.js

7 lines
96 B
JavaScript
Raw Normal View History

2023-03-14 16:22:52 +01:00
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
}