This repository was archived by the owner on Jun 6, 2022. It is now read-only.
Releases: csstools/postcss-custom-selectors
Releases · csstools/postcss-custom-selectors
6.0.0
5.1.1
- Added: New
preserve
option to preserve custom selectors and rules using them - Added: New
importFrom
option to specify where to import custom selectors - Added: New
exportTo
function to specify where to export custom selectors - Added: Support for PostCSS 7+
- Added: Support for Node 6+
- Fixed: Selectors like
.foo:--h1
becomeh1.foo
instead of.fooh1
4.0.1
- Fixed: incorrect export
4.0.0
- Added: compatibility with postcss v6.x
3.0.0
2.3.0
V 2.2.0
V 2.1.1
V 2.1.0
V 2.0.1
-
- Fixed:
(foo, bar)
conversion error exists in the selector(See also :matches() test).
- Fixed: