Add temporary rules for @content and @import at rules to JS AST #2492
Open
Description
Hey there,
It seems the sass-parser currently crashes upon reaching an @content or @import statement.
This currently throws visitor.visitContentRule$1 is not a function
as visitContentRule and vistiImportFile are not part of
Until full-fletched support is added for these at rules, can we add them and let them use the GenericAtRule?
Metadata
Assignees
Labels
No labels