Skip to content

Commit

Permalink
Remove unused css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Dec 14, 2024
1 parent 192c211 commit 97594f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ gulp.task('pack-css', () => {
content: [
'src/**/*.html',
// 'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js'
]
],
variables: true
}))
// add vendor prefixes to rules by Can I Use
.pipe(postcss([
Expand Down

0 comments on commit 97594f0

Please sign in to comment.