Releases: threepointone/glamor
Releases · threepointone/glamor
v2.20.14
v2.20.13
#145 - prefix global styles
#151 - pull import rules to the top of the stylesheet (thank you @otbe, @codepunkt !)
#155 - use internal version of Object.assign (thank you @arunoda!)
#154 - upgraded glamor/reset (thank you @FrancosLab!)
#160 - Fix typo in media presets(thank you @KyleAMathews!)
#149 - fixes bad import order (thank you @donaldpipowitch!)
v2.20.5
css literal enhancements
- fix attribute selectors, add css3 variants
- add direct/sibling selectors
- css vars
- etc
v2.20.4
- fixed detecting units, negative numbers for the css literal
v2.20.1
big refactor
- new core function
css()
- infinite nesting of selectors
@supports
support- brought back old prefixer
- update docs, tests, examples