Skip to content

Instantly share code, notes, and snippets.

View wentin's full-sized avatar
🎯
Focusing

Wenting Zhang wentin

🎯
Focusing
View GitHub Profile
@jshawl
jshawl / Gruntfile.js
Last active January 18, 2023 13:52
Grunt + Sass + Autoprefixer
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
sass: {
dist: {
options:{
style:'compressed'
},
files: {
'css/style.css' : 'scss/style.scss'