File: _bootstrap-sprockets.scss

package info (click to toggle)
python-xstatic-bootstrap-scss 3.4.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: javascript: 3,493; python: 40; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
@function twbs-font-path($path) {
  @return font-path($path);
}

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

$bootstrap-sass-asset-helper: true;