File: _bootstrap-compass.scss

package info (click to toggle)
python-xstatic-bootstrap-scss 3.2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 816 kB
  • ctags: 202
  • sloc: python: 40; makefile: 27
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
@function twbs-font-path($path) {
  @return font-url($path, true);
}

@function twbs-image-path($path) {
  @return image-url($path, true);
}