This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Releases: scireum/server-sass
Releases · scireum/server-sass
6.2.0
What's Changed
- Public Color Functions (OX-8741) by @jakobvogel in #32
New Contributors
- @jakobvogel made their first contribution in #32
Full Changelog: 6.1.0...6.2.0
Improves media queries and negated variables.
This release contains the following changes:
- Negated variables like
margin: -$gap;
are now parsed hand handled properly - Variables within conditions in media queries can now be defined in the parent template instead of just the local one.