rsnext/test/integration/css-fixtures/url-global-asset-prefix-2/styles/global2b.css
Joe Haddad 878ee56bb9
Fix New CSS Support Media Paths (#9916)
* Fix CSS Media Paths

* update test

* Use absolute path

* Add new tests

* fix import
2020-01-03 12:45:04 -05:00

5 lines
101 B
CSS

.blue-text {
color: orange;
font-weight: bolder;
background-image: url(../assets/light.svg);
}