/Development-env

Web development environment for HTML and SASS

Primary LanguageCSS

Web development environment

Development environment in 2017

CSS/SASS

Created own style guide for CSS/SASS

Style Guide

Gulp

Install

Install modules

npm install

Usage

Watch changes in HTML, SASS and JS, after that browser will be reloaded automatically.

gulp

Directory Structure

.
├── dist
│   ├── images
│   ├── scripts
│   └── styles
└── src
    ├── img
    ├── js
    └── sass
        ├── foundation
        │   ├── base
        │   ├── function
        │   ├── mixin
        │   ├── utility
        │   └── variable
        ├── layout
        ├── mixin
        └── module