Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nested rule parsing #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

nested rule parsing #1

wants to merge 1 commit into from

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