tbela99 / css

A CSS parser and minifier and sourcemap generator written in PHP
Other
14 stars 1 forks source link

parsing css variables #135

Closed tbela99 closed 1 year ago

tbela99 commented 1 year ago

failing to parse value containing var() and cacl()

p {
 --theme-primary-350:rgb(calc(51 + var(--theme-primary-color-r) * .8), calc(51 + var(--theme-primary-color-g) * .8), calc(51 + var(--theme-primary-color-b) * .8));
}