Skip to content

v6.0.1

Compare
Choose a tag to compare
@GrimLink GrimLink released this 10 Aug 16:56
· 49 commits to main since this release

Added

  • Support for camelCase in custom media query names
  • Support for camelCase in custom properties in all languages, not just Astro

Fixed

  • scss rules conflicting with our Fylgja styleguide
    • dollar variables should be allowed after a comment
    • double slash comments should be allow between properties
  • Broke the value-keyword-case rule compare to previous versions, for font family names
    • added back rule to ignore value case in variables named family
    • added rule to ignore value case in functions named local(), used in @font-face
  • Support for private custom properties, e.g. --_custom

Removed

  • camelCaseSvgKeywords in value-keyword-case rule to match previous versions,
    also the lower case version should be used as per CSS4 Color spec, e.g. currentcolor

Full Changelog: 6.0.0...6.0.1