colorer/postcss.config.js
Rüdiger Diedrich bcd99f0181 v0.1 – the colorer
frontend: nice, sleek, functional and completely intuitive UI
internal: flat hierarchies; opinoinated reactivity
2021-08-20 09:41:00 +02:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}