This repository was archived by the owner on Oct 29, 2021. It is now read-only.
Releases: silvenon/css-customs
Releases · silvenon/css-customs
v0.4.0
v0.3.0
v0.2.3
css-customs-loader
- print module request on errors for debugging
gatsby-plugin-css-customs
- only add css-customs-loader if css-loader exists (there is a rule with only null-loader)
v0.2.2
v0.2.1
v0.2.0
- remove the need for adding
preserve: true
to your postcss-preset-env configuration - postcss-loader and postcss-preset-env are now recommended and required for css-customs-loader to work properly
- applying any additional webpack loaders after postcss-loader and PostCSS plugins before postcss-preset-env before extracting customs (see tests to see what I mean)