File: paths.scss

package info (click to toggle)
ruby-sassc 2.4.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: ruby: 2,277; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
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.woff"));
   url: url(javascript-path('foo.js'));
   url: url(javascript-path("foo.js"));
   url: url(stylesheet-path("foo.css"));
}