Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,11 @@ Include ParseOptions and RenderOptions
in the :root {} or html {} rule.
- removeEmpty: boolean, optional. remove empty rule lists from the ast.

> Minify Options
> Validation Options

- validation: boolean, optional. enable strict css validation using (mdn data)[https://github.com/mdn/data]. only the
selector is validated at this time.
- lenient: boolean, optional. ignore unknown at-rules, pseudo-classes and declarations.

> Sourcemap Options

Expand Down
419 changes: 36 additions & 383 deletions dist/index-umd-web.js

Large diffs are not rendered by default.

Loading