rf-web/vendor/bundle/gems/sassc-2.2.1/test/fixtures/paths.scss

11 lines
309 B
SCSS
Raw Normal View History

2019-10-21 08:18:17 +00:00
div {
url: url(asset-path("foo.svg"));
url: url(image-path("foo.png"));
url: url(video-path("foo.mov"));
url: url(audio-path("foo.mp3"));
url: url(font-path("foo.woff"));
url: url(javascript-path('foo.js'));
url: url(javascript-path("foo.js"));
url: url(stylesheet-path("foo.css"));
}