- Professional CSS3
- Piotr Sikora
- 192字
- 2021-07-02 16:39:34
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 ."
- Mastering Concurrency Programming with Java 8
- Learning Docker
- Python自然語言處理(微課版)
- Python機器學(xué)習(xí)經(jīng)典實例
- R大數(shù)據(jù)分析實用指南
- RESTful Java Web Services(Second Edition)
- Learning Material Design
- TypeScript 2.x By Example
- Python趣味編程與精彩實例
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺
- Software-Defined Networking with OpenFlow(Second Edition)
- Python計算機視覺與深度學(xué)習(xí)實戰(zhàn)
- Visual C++程序設(shè)計全程指南
- Building Clouds with Windows Azure Pack
- PHP 7 Programming Blueprints