Skip to content
New issue

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

Not Validating Custom Properties Causes Additional Issues #221

Closed
blarosen95 opened this issue Feb 17, 2019 · 1 comment
Closed

Not Validating Custom Properties Causes Additional Issues #221

blarosen95 opened this issue Feb 17, 2019 · 1 comment

Comments

@blarosen95
Copy link

NOTE: This is related to #111 but is not the inherently the same issue.
As a result of not allowing custom properties to be validated by your validators, the closing curly brace can be returned as another parser error.
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #12bbad; --secondary: #4f70ce; --success: #28a745; --info: #ccc; --warning: #ffc107; --danger: #dc3545; --light: #f3f3f3; --dark: #151515; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
Returns one parser error for every custom property, AND THEN it claims that the line containing "}" is invalid as well. It is no longer possible for your organization to claim a lack of pertinence in supporting custom properties.

@ylafon
Copy link
Member

ylafon commented Oct 6, 2021

Fixed by #323

@ylafon ylafon closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants