File: paths.scss

package info (click to toggle)
ruby-sprockets 4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,960 kB
  • sloc: ruby: 13,012; javascript: 157; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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.woff2"));
   url: url(font-path("foo.woff"));
   url: url(javascript-path("foo.js"));
   url: url(stylesheet-path("foo.css"));
}