- variables - colors, fonts (with imports), sizes
- helpers - additional classes
- typography - default fonts, margins and colors
- forms - forms
- layouts - page layouts, main sections
- components - elements inside main sections
- vendor - css for vendor libraries
- media-queries
We can add additional files like:
- buttons - buttons
- tables - tables
- alerts - alerts
- popups - popups
- node & npm
- gulp node package installed globally:
npm install -g gulp
cd package_directory
npm install
This task is used for development. What it does?
- Compiles src/sass files into CSS (out/css).
- Copies src/js files into JS (out/js).
- LiveReload + BrowserSync
- Create .zip packages for camino
gulp
Type: Integer
Default: 4500
The port on which the webserver will respond. The task will fail if the specified port is already in use. You can use the special values 0
or '?'
to use a system-assigned port.
grunt --port 8011
This task will compile SASS (src/sass) files into CSS files (out/css) and add prefixes.
gulp sass
This task will prepare .zip file ready for camino
gulp dist_lp
gulp dist_thx