Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Releases: scireum/server-sass

6.2.0

21 Jun 21:57
7f7fbf2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

Improves media queries and negated variables.

28 Oct 06:53
5198143
Compare
Choose a tag to compare

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.

Updates to the latest parsii version.

15 Jun 12:57
Compare
Choose a tag to compare

Move to Java 16

15 Jun 12:18
Compare
Choose a tag to compare

Moves the project to Java 16.

Other changes:

  • Adds support for CSS variables ans pseudo selectors (#30)
  • Parses arguments in pseudo-class sub sections (#28)