extract path to official assets in scss variable

This commit is contained in:
Johannes Loher 2021-01-03 16:52:51 +01:00
parent 1c61a5d54d
commit cc9a133ebe
2 changed files with 10 additions and 8 deletions

View file

@ -4,3 +4,5 @@ $padding-lg: 20px;
$margin-sm: $padding-sm;
$margin-md: $padding-md;
$margin-lg: $padding-lg;
$official-assets-path: "assets/official";