mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
8 lines
198 B
CSS
8 lines
198 B
CSS
/* Default namespace */
|
|
@namespace url(XML-namespace-URL);
|
|
@namespace "XML-namespace-URL";
|
|
|
|
/* Prefixed namespace */
|
|
@namespace prefix url(XML-namespace-URL);
|
|
@namespace prefix "XML-namespace-URL";
|