Skip to content

Conversation

makbari
Copy link

@makbari makbari commented Aug 3, 2020

When there is a nested add rules, current parser return undefined: undefined.
example:

@page Normal {
                size: 21.0cm 29.7cm;
                margin: 2.5cm;
                @top-left {
                  content: "@top-left";
                  background-color: orange;
                  padding: 10px;
                  border: 2px solid blue; 
                }
}

(in this example @top-left will be undefined.
Also, in grapes js there is change for handling multiple and nested at rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant