Skip to content

Instantly share code, notes, and snippets.

@Jatin-8898
Created December 26, 2018 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jatin-8898/af0c9599d1a25ba6da0a4c68824a9405 to your computer and use it in GitHub Desktop.
Save Jatin-8898/af0c9599d1a25ba6da0a4c68824a9405 to your computer and use it in GitHub Desktop.
For the scss starter pack
{
"name": "sass_starter",
"version": "1.0.0",
"description": "Sass Starter Files",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"keywords": [],
"author": "Jatin Varlyani",
"license": "",
"devDependencies": {
"autoprefixer": "^9.4.3",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.8",
"gulp": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment