rsnext/test/integration/css-fixtures/url-global-asset-prefix-2/styles/global1.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

4 lines
82 B
CSS

.red-text {
color: red;
background-image: url('./dark.svg') url(dark2.svg);
}