1
0
mirror of https://github.com/thomiceli/opengist synced 2024-11-12 07:05:50 +01:00
opengist/postcss.config.js
2023-03-14 16:22:52 +01:00

7 lines
96 B
JavaScript

module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
}