Skip to content

Releases: jaicab/sass-vary

vary 1.1

08 Jun 11:09
Compare
Choose a tag to compare
  • New create keywords with deeper meaning (#6).
    • body becomes parent.
    • htmlbody becomes insert.
    • mod becomes modifier
    • custom stays unaltered.
  • New creation mode append which appends a class (#7).
  • Default creation mode is now modifier but can be set using $vary-default-create (#5 and #8).
  • Creation mode keyword validation is now working. If you use a keyword that is not an available vary will throw an error.

vary 1.0

01 Jun 15:33
Compare
Choose a tag to compare

Supported on Ruby Sass 3.4+ and libsass 3.3+

  • 4 creation modes
  • Targeted entities
  • Excluded entities
  • Multiple map support