1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Fix bootstrap imports (#1477)

This commit is contained in:
SyntaxJoker
2023-02-21 14:38:27 +01:00
committed by GitHub
parent c7d7acb34b
commit 3ce568b5d1
7 changed files with 44 additions and 43 deletions

View File

@@ -177,6 +177,7 @@ gulp.task('sass', () => {
.src(argv.withPlugins || BUILD ? `${srcDir}/scss/!(_)*.scss` : `${srcDir}/scss/+(tabler|demo).scss`)
.pipe(debug())
.pipe(sass({
includePaths: ['node_modules'],
style: 'expanded',
precision: 7,
importer: (url, prev, done) => {