Conventions
In this book, you will find a number of tools. Mainly it will be SASS and CSS code but as you know CSS is not working by itself and we will be using basic HTML structures. Additionally there will be a bunch of JS code which will describe Gulp.js taks.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "With preprocessor, each @import
makes a merging for you, and in this place you will have a content of mentioned file "
A block of code is set as follows:
@import "typography.css" @import "blocks.css" @import "main.css" @import "single.css"
Any command-line input or output is written as follows:
npm init npm install gulp-compass gulp --save-dev
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "The easiest way to invoke inspector is to right-click on an element and choose Inspect ."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.