Skip to content

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.

3 participants