Age | Commit message (Collapse) | Author |
|
For now, this is the bare minimum that's needed: font-family and src.
|
|
- Say "content-size" instead of just "size" to clarify which size it is
- Show box model metrics by default
|
|
The main thing missing is that we don't serialize the supports clause,
but for actually using a `@supports (something: cool) {}` rule in CSS,
it works!
|
|
This is the class corresponding to a `@media` rule. It contains a list
of media queries and a list of child css rules.
|
|
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
This matches the CSSOM specification.
|
|
For now, the parsing is very crude, and parses only the document url.
The meta queries for the import are ignored.
|
|
This is a foundation for handling other ("at") CSS rules.
|
|
|
|
|