- Learning Less.js
- Alex Libby
- 226字
- 2021-09-03 09:38:02
Conventions
In this book, you will find a number of styles of text 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: "In our example, we've added a reference to the Less object and then used the modifyVars
method to change the color of the @button-color
variable, which we've specified in object.less
, to #61783F
."
A block of code is set as follows:
header { margin-bottom: 25px; nav { height: 25px; a { color: white } } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
.shape1 { color: #5cb100; border: 1px solid #5cb100; } .shape2 { background: #fff; color: #5cb100; } .shape3 { border: 1px solid #5cb100; }
Any command-line input or output is written as follows:
npm install -g grunt-cli
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on Continue to begin the installation."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- INSTANT ForgedUI Starter
- 平衡掌控者:游戲數(shù)值經(jīng)濟(jì)設(shè)計(jì)
- CC2530單片機(jī)技術(shù)與應(yīng)用
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- 基于Proteus仿真的51單片機(jī)應(yīng)用
- Java Deep Learning Cookbook
- 單片微機(jī)原理及應(yīng)用
- 嵌入式系統(tǒng)原理及應(yīng)用:基于ARM Cortex-M4體系結(jié)構(gòu)
- Arduino項(xiàng)目案例:游戲開(kāi)發(fā)
- 微控制器的應(yīng)用
- 分布式存儲(chǔ)系統(tǒng):核心技術(shù)、系統(tǒng)實(shí)現(xiàn)與Go項(xiàng)目實(shí)戰(zhàn)
- The Machine Learning Workshop
- Service Mesh微服務(wù)架構(gòu)設(shè)計(jì)
- ARM接口編程
- Hands-On Unsupervised Learning with Python