- Sass and Compass Designer's Cookbook
- Bass Jobsen
- 198字
- 2021-07-16 10:56:40
Conventions
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 contexts through the use of the include
directive."
A block of code is set as follows:
// scss-lint:disable ColorKeyword $link-color: green; @mixin colors { color: darken($link-color, 10%); } %box { display: block; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
.code {
@include colors;
p & {
@extend %box;
}
}
Any command-line input or output is written as follows:
sass --compass code.scss code.css
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: "Clicking the Next button moves you to the next screen."
- 新編Visual Basic程序設計上機實驗教程
- Spring 5企業級開發實戰
- Java異步編程實戰
- WebAssembly實戰
- 跟“龍哥”學C語言編程
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- PyQt從入門到精通
- Mastering Python Scripting for System Administrators
- Android 9 Development Cookbook(Third Edition)
- JavaScript從入門到精通(第3版)
- Hands-On Functional Programming with TypeScript
- 51單片機C語言開發教程
- Python算法詳解
- 小程序,巧應用:微信小程序開發實戰(第2版)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)