1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

assets path

This commit is contained in:
codecalm
2019-12-25 13:20:59 +01:00
parent f25b2d3551
commit 504fc7effd
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ $enable-color-hues: true !default;
$enable-extra-colors: true !default;
$enable-gradients: false !default;
$assets-base: "../../static" !default;
// FONTS
$google-font: "Source Sans Pro" !default;

View File

@@ -31,7 +31,7 @@
@each $country in $countries {
.flag-#{$country} {
background-image: url("/img/flags/#{$country}.svg");
background-image: url("#{$assets-base}/img/flags/#{$country}.svg");
}
}