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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user