You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParserError: Syntax Error at line: 1, column 16 at Parser.error (/Volumes/Development/project-x/node_modules/postcss-values-parser/lib/parser.js:127:11) at Parser.operator (/Volumes/Development/project-x/node_modules/postcss-values-parser/lib/parser.js:183:18) at Parser.parseTokens (/Volumes/Development/project-x/node_modules/postcss-values-parser/lib/parser.js:245:14) at Parser.loop (/Volumes/Development/project-x/node_modules/postcss-values-parser/lib/parser.js:132:12) at Parser.parse (/Volumes/Development/project-x/node_modules/postcss-values-parser/lib/parser.js:51:17) at parse (/Volumes/Development/project-x/node_modules/postcss-custom-properties/index.cjs.js:47:30) at /Volumes/Development/project-x/node_modules/postcss-custom-properties/index.cjs.js:73:42 at Array.forEach (<anonymous>) at /Volumes/Development/project-x/node_modules/postcss-custom-properties/index.cjs.js:69:26 at Array.forEach (<anonymous>)
Wanneer je min(5vw, calc(2.5vw + 24px)); doet werkt het wel, maar de calc functie zou niet nodig moeten zijn.
Wordt veroorzaakt door een oude versie van postcss-values-parser, die wordt echter door een aantal libraries gebruikt. Waarschijnlijk is dit opgelost wanneer we het hele postcss gebeuren updaten. Kijk ik niet echt naar uit, vorige keer was dat best wel wat gedoe.
De stylelint gaat kapot wanneer je het volgende doet:
Wanneer je
min(5vw, calc(2.5vw + 24px));
doet werkt het wel, maar decalc
functie zou niet nodig moeten zijn.https://web.dev/articles/min-max-clamp#background
The text was updated successfully, but these errors were encountered: