1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

build fix

This commit is contained in:
codecalm
2024-06-14 17:29:24 +02:00
parent 88f3031755
commit f9d4d634bc
2 changed files with 5 additions and 2 deletions

View File

@@ -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'),
])) ]))

View File

@@ -1,4 +1,4 @@
@import "jsvectormap/dist/css/jsvectormap"; @import "jsvectormap/dist/jsvectormap";
.jvm-tooltip { .jvm-tooltip {
background: $dark; background: $dark;