const { src, dest, watch, series } = require('gulp')
const sass = require('gulp-sass')(require('sass'))
const purgecss = require('gulp-purgecss')
function buildStyles() {
return src('shinobi/**/*.scss')
.pipe(sass({ outputStyle: 'compressed' }))
.pipe(purgecss({ content: ['*.html'] }))
.pipe(dest('css'))
}
function watchTask() {
watch(['shinobi/**/*.scss'], buildStyles)
}
exports.default = series(buildStyles, watchTask)
-
Notifications
You must be signed in to change notification settings - Fork 0
Velocity, a cutting-edge, lightweight, and responsive CSS framework designed to accelerate your web development projects. With a focus on speed, simplicity, and responsiveness, Velocity empowers developers to create stunning and performant user interfaces with ease.
pratikt76/VelocityCSS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Velocity, a cutting-edge, lightweight, and responsive CSS framework designed to accelerate your web development projects. With a focus on speed, simplicity, and responsiveness, Velocity empowers developers to create stunning and performant user interfaces with ease.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published