We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this css/scss syntax below is valid when compiled using css preprocessor like sass, but postcss-calc thinks it's wrong:
.btn { --test: calc( 1 * clamp( 1 , ((1 * 1) * 1) , 1 ) ); }
error: JisonLexerError: Lexical error on line 4: Unrecognized text. Erroneous area: 1: 1 2: * clamp( 3: 1 , 4: ((1 * 1) * 1) , ^............................^ 5: 1 6: )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this css/scss syntax below is valid when compiled using css preprocessor like sass, but postcss-calc thinks it's wrong:
The text was updated successfully, but these errors were encountered: