- Mastering Bootstrap 4(Second Edition)
- Benjamin Jakobus Jason Marah
- 233字
- 2021-06-24 19:25:49
Sass instead of Less
Both Less and Sass (Syntactically Awesome Stylesheets) are CSS extension languages—that is, they are languages that extend the CSS vocabulary with the objective of making the development of many, large, and complex stylesheets easier. Although Less and Sass are fundamentally different languages, the general manner in which they extend CSS is the same—both rely on a preprocessor. As you produce your build, the preprocessor is run, parsing the Less/Sass script and turning your Less or Sass instructions into plain CSS.
Less is the official Bootstrap 3 build, while Bootstrap 4 has been developed from scratch, and is written entirely in Sass. Both Less and Sass are compiled into CSS to produce bootstrap.css. Along with that, it also produces its minified version—bootstrap.min.css—and map files. It is this CSS file that we will be primarily referencing throughout this book (with the exception of Chapter 3, Building the Layout). Consequently, you will not be required to know Sass in order to follow this book. However, we do recommend that you take a 20-minute introductory course on Sass if you are completely new to the language. Rest assured if you already know CSS; you will not need more time than this. The language's syntax is very close to normal CSS, and its elementary concepts are similar to those contained within any other programming language.
- Puppet實(shí)戰(zhàn)
- 精解Windows 8
- Windows Phone 7.5 Data Cookbook
- 混沌工程:復(fù)雜系統(tǒng)韌性實(shí)現(xiàn)之道
- Linux就該這么學(xué)
- Kali Linux 2018:Windows Penetration Testing
- OpenStack系統(tǒng)架構(gòu)設(shè)計(jì)實(shí)戰(zhàn)
- jQuery UI Cookbook
- Social Data Visualization with HTML5 and JavaScript
- Introduction to R for Quantitative Finance
- Windows 7使用詳解(修訂版)
- Heroku Cloud Application Development
- OpenHarmony開發(fā)與實(shí)踐:基于紅莓RK2206開發(fā)板
- Linux指令從初學(xué)到精通
- 樹莓派+傳感器:創(chuàng)建智能交互項(xiàng)目的實(shí)用方法、工具及最佳實(shí)踐