inspired by FireShell Fiercely quick front-end boilerplate and workflows.
- gulp
- gulp-util
- gulp-sass
- browser-sync
- gulp-autoprefixer
- gulp-uglify
- gulp-jshint
- gulp-header
- gulp-rename
- gulp-cssnano
- gulp-sourcemaps
- minimist
- gulp-if
- gulp-prompt
- gulp-concat
- gulp-rsync
The SSK (SASS Starter Kit) comes with a .scss file setup and existing @import declarations to the very common web components. The SSK hopes to help those out who aren't sure about structuring a CSS project confidently as well as getting them setup with using a CSS pre-processor. The basic idea:
mixins
holds all SASS/SCSS mixins, SSK ships with a few helpersmodule
holds modules, more Object-Orientated components. All file names should be modular/*.scss.partials
holds the blueprints for the project, the header, footer, sidebar and so on.vendor
holds any files that are third party, such as the font awesome icons CSSstyle.scss
imports all the necessary files from the above folders, when adding new files be sure to add it inside this file.
Copyright (c) FastShell
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.