mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
7 lines
141 B
SCSS
7 lines
141 B
SCSS
@function twbs-font-path($path) {
|
|
@return font-url($path, true);
|
|
}
|
|
|
|
@function twbs-image-path($path) {
|
|
@return image-url($path, true);
|
|
}
|