August 2016
Intermediate to advanced
318 pages
6h 32m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other Sass files through the use of the @import directive."
A block of code is set as follows:
@import '../../bower_components/susy/sass/susy'; $susy: ( columns: 12, ) $breakpoints: ( sm: 480px, md: 768px, lg: 980px ); @each $size, $value in $breakpoints { @media (min-width: map-get($breakpoints, $size) { @for $i from 1 through map-get($susy, columns) ...Read now
Unlock full access