You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+102Lines changed: 102 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,10 @@ Include ParseOptions and RenderOptions
146
146
- inlineCssVariables: boolean, optional. replace some css variables with their actual value. they must be declared once in the :root {} or html {} rule.
147
147
- removeEmpty: boolean, optional. remove empty rule lists from the ast.
148
148
149
+
> Minify Options
150
+
151
+
- validation: boolean, optional. enable strict css validation using (mdn data)[https://github.com/mdn/data]. only the selector is validated at this time.
152
+
149
153
> Sourcemap Options
150
154
151
155
- src: string, optional. original css file location to be used with sourcemap, also used to resolve url().
0 commit comments