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
{{ message }}
This repository was archived by the owner on Aug 17, 2021. It is now read-only.
While trying it on our project, we faced a parse error issue Utils.ParseError("Your Tailwind CSS file could not be parsed. Please double-check to make sure it's valid CSS.") that seems to be caused by the @-webkit-keyframes rule (and could be probably be triggered by other rules vendor prefixed).
First of all, thank you for this very handy ppx 😄
While trying it on our project, we faced a parse error issue
Utils.ParseError("Your Tailwind CSS file could not be parsed. Please double-check to make sure it's valid CSS.")that seems to be caused by the@-webkit-keyframesrule (and could be probably be triggered by other rules vendor prefixed).Since the rules are hardcoded (and validated) here: https://github.com/dylanirlbeck/tailwind-ppx/blob/master/src/ppx/css_parser/css_lexer.ml#L153 it might out of the scope to support prefixed rules though 😕