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
Validate all styles that are created with stylex.create (and other APIs) in the Babel compiler itself, in addition to the stylex/valid-styles ESLint rule. Throw an error during the build when invalid values are used even if they can be compiled.
Add a configuration option to log the errors instead.
The validation logic should be backed by a full-featured CSS value parser. nmn/css-value-parser may be used for this purpose.
Validate all styles that are created with
stylex.create
(and other APIs) in the Babel compiler itself, in addition to thestylex/valid-styles
ESLint rule. Throw an error during the build when invalid values are used even if they can be compiled.Add a configuration option to log the errors instead.
The validation logic should be backed by a full-featured CSS value parser.
nmn/css-value-parser
may be used for this purpose.Also see, #721
The text was updated successfully, but these errors were encountered: