Compass / compass

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
http://compass-style.org
Other
6.73k stars 1.18k forks source link

Add support for CSS var() #2166

Open glafarge opened 1 year ago

glafarge commented 1 year ago

When using older projects using Compass, the CSS var() syntax not supported and an error message may be triggered. Expected a color. Got: var(--foo, 'bar')

This quick fix add support for it while you can quietly prepare to update your build stack to latest versions with a coffee ^^