This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-bartik/postcss.config.js
2020-03-16 09:05:58 +00:00

7 lines
98 B
JavaScript

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