Skip to content

Parse :root pseudo class and change parse example usage to match help text - #38

Open
Zentropivity wants to merge 2 commits into
linebender:mainfrom
Zentropivity:main
Open

Parse :root pseudo class and change parse example usage to match help text#38
Zentropivity wants to merge 2 commits into
linebender:mainfrom
Zentropivity:main

Conversation

@Zentropivity

@ZentropivityZentropivity commented Nov 13, 2025

Copy link
Copy Markdown
  • parse :root pseudo class
  • examples/parse now works as expected from usage help text: parse - 'p { color: red }' (instead of piping input in through stdin)
    can also use it like this: cargo run --example parse -- - 'p { color: red }'
  • parse css variables like --color: #123456 by allowing names to start with -

Sign up for freeto 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

@Zentropivity