mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 16:52:16 +00:00
* Removed postcss and postcss-cli because it’s not needed in latest versions of Tailwind cli. * Now using tailwind cli for dev and build * Added cssnano. For now I’m not seeing much if any reduction in size but as it grows we might.
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
cssnano: {},
|
|
},
|
|
}
|