Sha256: 32e71fcabe92873e6e3c4db18340abdf9ce7aa165b154d198c8e3f3a9a86bba1

Contents?: true

Size: 732 Bytes

Versions: 456

Compression:

Stored size: 732 Bytes

Contents

// Mincer asset helper functions
//
// This must be imported into a .css.ejs.scss file.
// Then, <% %>-interpolations will be parsed as strings by Sass, and evaluated by EJS after Sass compilation.


@function twbs-font-path($path) {
  // do something like following
  // from "path/to/font.ext#suffix" to "<%- asset(path/to/font.ext)) + #suffix %>"
  // from "path/to/font.ext?#suffix" to "<%- asset(path/to/font.ext)) + ?#suffix %>"
  // or from "path/to/font.ext" just "<%- asset(path/to/font.ext)) %>"
  @return "<%- asset("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>";
}

@function twbs-image-path($file) {
  @return "<%- asset("#{$file}") %>";
}

$bootstrap-sass-asset-helper: true;

Version data entries

456 entries across 456 versions & 2 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.4 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.9.3 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.9.2 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.9.1 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.9 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.8 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.7 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.6 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.5 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.4 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.3 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.2 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.6.0 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.5.6 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.5.5 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.5.4 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.5.3 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.5.2 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.5.1 _sass/_bootstrap-mincer.scss
jumbo-jekyll-theme-5.5.0 _sass/_bootstrap-mincer.scss