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
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
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 ofdart-sass/pkg/sass-parser/lib/src/statement/index.ts
Line 201 in 89a5394
Until full-fletched support is added for these at rules, can we add them and let them use the GenericAtRule?
The text was updated successfully, but these errors were encountered: