- Less Web Development Essentials
- Bass Jobsen
- 135字
- 2021-07-16 12:02:31
Chapter 1. Improving Web Development with Less
It is impossible to imagine modern web design without CSS. With CSS3, web designers are able to rely on advanced functions such as gradients, transitions, and animations. On the other hand, CSS code becomes more complex and difficult to maintain. Less is a CSS preprocessor that extends CSS with modern programming-language concepts. Less enables you to use variables, functions, operations, and even rule or selector nesting while coding your CSS. Less helps you write CSS with the Don't Repeat Yourself (DRY) principle. The DRY principle prevents you from repeating any kind of information in your code.
This chapter will cover the following topics:
- Introduction to CSS3
- Compiling Less into CSS
- Vendor-specific rules
- CSS3 rounded corners, animations, and gradients
- Using box-sizing border-box
- Server-side compiling and using GUI
推薦閱讀
- Implementing Cisco UCS Solutions
- PLC控制程序精編108例
- 大學(xué)計算機應(yīng)用基礎(chǔ)實踐教程(Windows 7+Office 2013)
- 混沌工程:復(fù)雜系統(tǒng)韌性實現(xiàn)之道
- Windows Phone應(yīng)用程序開發(fā)
- Learning Bootstrap
- 8051軟核處理器設(shè)計實戰(zhàn)
- Linux使用和管理指南:從云原生到可觀測性
- Mobile First Design with HTML5 and CSS3
- 從實踐中學(xué)習(xí)Kali Linux無線網(wǎng)絡(luò)滲透測試
- 計算機系統(tǒng)的自主設(shè)計
- RHCSARHCE 紅帽Linux認(rèn)證學(xué)習(xí)指南(第7版)EX200 & EX300
- 分布式高可用架構(gòu)之道
- 從零開始學(xué)安裝與重裝系統(tǒng)
- Advanced Infrastructure Penetration Testing