rsnext/test/integration/css-features/fixtures/cp-ie-11/pages/styles.css
Joe Haddad 1c6f0874ce Test That Custom Properties Are Not Compiled (#9984)
* Fix Browserslist Loading

* Fix Browserslist Integration for CSS

* Add missing file

* Test That Custom Properties Are Not Compiled

* Disable custom properties transform
2020-01-08 12:06:16 +01:00

7 lines
57 B
CSS

:root {
--color: red;
}
h1 {
color: var(--color);
}