mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
build fix
This commit is contained in:
@@ -133,7 +133,10 @@ gulp.task('sass', () => {
|
||||
|
||||
return { file: url }
|
||||
},
|
||||
}).on('error', sass.logError))
|
||||
}))
|
||||
.on('error', function (err) {
|
||||
throw err;
|
||||
})
|
||||
.pipe(postcss([
|
||||
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 {
|
||||
background: $dark;
|
||||
|
||||
Reference in New Issue
Block a user