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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user