8 lines
141 B
SCSS
8 lines
141 B
SCSS
|
@function twbs-font-path($path) {
|
||
|
@return font-url($path, true);
|
||
|
}
|
||
|
|
||
|
@function twbs-image-path($path) {
|
||
|
@return image-url($path, true);
|
||
|
}
|