Skip to content

Commit 49cd90d

Browse files
Павел ИвановПавел Иванов
authored andcommitted
Добавлены базовые переменные
1 parent 087f8c8 commit 49cd90d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

src/assets/fonts/.gitkeep

Whitespace-only changes.

src/scss/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
$path-assets: "../assets";
2+
$path-fonts: '#{$path-assets}/fonts';
3+
$path-img: '#{$path-assets}/img';

src/scss/styles.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
@import "../../node_modules/bootstrap/scss/bootstrap";
1+
@import "variables";
2+
3+
@import "~bootstrap/scss/bootstrap";
4+
5+
@import "retina/retina";

0 commit comments

Comments
 (0)