Skip to content

Commit 9f9dc49

Browse files
committed
chore(build): added example SASS file for variables
1 parent 4414498 commit 9f9dc49

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/sass/_includes.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
// @import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_normalize';
33
// @import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_print';
44

5+
@import 'includes/variables';
6+
57
@import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
68
@import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_theme';

src/sass/includes/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
$icon-font-path: 'vendor/bootstrap-sass-official/vendor/assets/fonts/bootstrap/' !default;

0 commit comments

Comments
 (0)