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

fixed overlap header button colors (#999)

This commit is contained in:
Paweł Kuna
2022-01-21 22:13:30 +01:00
committed by GitHub
parent 7eff810124
commit 533ef36538
12 changed files with 79 additions and 17 deletions

View File

@@ -147,7 +147,7 @@ gulp.task('clean-jekyll', (cb) => {
*/
gulp.task('sass', () => {
const g = gulp
.src(`${srcDir}/scss/!(_)*.scss`)
.src(argv.withPlugins || BUILD ? `${srcDir}/scss/!(_)*.scss` : `${srcDir}/scss/+(tabler|demo).scss`)
.pipe(debug())
.pipe(sass({
style: 'expanded',