mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-05 04:33:11 +00:00
10 lines
178 B
SCSS
Executable file
10 lines
178 B
SCSS
Executable file
@function twbs-font-path($path) {
|
|
@return font-url($path, true);
|
|
}
|
|
|
|
@function twbs-image-path($path) {
|
|
@return image-url($path, true);
|
|
}
|
|
|
|
$bootstrap-sass-asset-helper: true;
|