mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
build fix
This commit is contained in:
@@ -133,7 +133,10 @@ gulp.task('sass', () => {
|
|||||||
|
|
||||||
return { file: url }
|
return { file: url }
|
||||||
},
|
},
|
||||||
}).on('error', sass.logError))
|
}))
|
||||||
|
.on('error', function (err) {
|
||||||
|
throw err;
|
||||||
|
})
|
||||||
.pipe(postcss([
|
.pipe(postcss([
|
||||||
require('autoprefixer'),
|
require('autoprefixer'),
|
||||||
]))
|
]))
|
||||||
|
|||||||
2
src/scss/vendor/_jsvectormap.scss
vendored
2
src/scss/vendor/_jsvectormap.scss
vendored
@@ -1,4 +1,4 @@
|
|||||||
@import "jsvectormap/dist/css/jsvectormap";
|
@import "jsvectormap/dist/jsvectormap";
|
||||||
|
|
||||||
.jvm-tooltip {
|
.jvm-tooltip {
|
||||||
background: $dark;
|
background: $dark;
|
||||||
|
|||||||
Reference in New Issue
Block a user