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