Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Make css-tree the default parser #8185

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

Merged
merged 2 commits into from
Dec 13, 2019
Merged

Conversation

darind
Copy link
Contributor

@darind darind commented Dec 10, 2019

#PR Checklist

What is the current behavior?

Rework is the current default CSS parser

What is the new behavior?

css-tree is the new default CSS parser

The old parser is still available and can be enabled by setting the cssParser property in package.json:

{
    "main": "bundle",
    "cssParser": "rework",
    "android": {
        "v8Flags": "--expose_gc",
        "markingMode": "none"
    }
}

@cla-bot cla-bot bot added the cla: yes label Dec 10, 2019
@dtopuzov
Copy link
Contributor

test --ignore

@dtopuzov dtopuzov merged commit 217d22e into master Dec 13, 2019
@dtopuzov dtopuzov deleted the darind/css-parser-default branch December 17, 2019 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants