- 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
推薦閱讀
- Windows Server 2019 Cookbook
- Google系統(tǒng)架構(gòu)解密:構(gòu)建安全可靠的系統(tǒng)
- Linux網(wǎng)絡(luò)操作系統(tǒng)與實(shí)訓(xùn)(第三版)
- SOA實(shí)踐者說(shuō)
- 操作系統(tǒng)基礎(chǔ)與實(shí)踐:基于openEuler平臺(tái)
- Learn Helm
- Linux性能優(yōu)化
- Linux自動(dòng)化運(yùn)維:Shell與Ansible(微課版)
- 竹林蹊徑:深入淺出windows驅(qū)動(dòng)開發(fā)
- Linux使用和管理指南:從云原生到可觀測(cè)性
- Windows 7案例教程
- 注冊(cè)表應(yīng)用完全DIY
- Red Hat Enterprise Linux 6.4網(wǎng)絡(luò)操作系統(tǒng)詳解
- Mastering Azure Serverless Computing
- Responsive Web Design with AngularJS