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 has been archived by the owner on May 5, 2022. It is now read-only.
if i try to compile it like this i get the following error:
SCHWERWIEGEND: encountered "@top-left". Was expecting one of: "}" "-" ";" "and" "or" "not" "#{" "through" "in"
org.w3c.css.sac.CSSParseException: encountered "@top-left". Was expecting one of: "}" "-" ";" "and" "or" "not" "#{" "through" "in"
at com.vaadin.sass.internal.parser.Parser.reportError(Parser.java:418)
at com.vaadin.sass.internal.parser.Parser.page(Parser.java:1425)
at com.vaadin.sass.internal.parser.Parser.topLevelDeclaration(Parser.java:597)
at com.vaadin.sass.internal.parser.Parser.parserUnit(Parser.java:487)
at com.vaadin.sass.internal.parser.Parser.parseStyleSheet(Parser.java:122)
at com.vaadin.sass.internal.ScssStylesheet.get(ScssStylesheet.java:172)
at com.vaadin.sass.internal.ScssStylesheet$get.call(Unknown Source)
i tryed to modify my scss to make it work, so i altered it to the following:
Hi,
i'm trying to use the css "@page" selector in my sass file but i get a lot of errors.
Here is my .scss file:
if i try to compile it like this i get the following error:
i tryed to modify my scss to make it work, so i altered it to the following:
if i do so, it compiles without errors, but the "@page" selector is missing in the resulting css file. instead of that i get the following css:
the compiler simply drops the "@page" selector, which is definitivly wrong.
Do you have any suggestions how to fix this? I think it's a behavior that's not intendet, isn't it?
The text was updated successfully, but these errors were encountered: