- Learning Less.js
- Alex Libby
- 230字
- 2021-09-03 09:38:04
Chapter 1. Introducing Less
Are you tired of writing the same old CSS styles for client websites only to find out that you're repeating yourself? Wish you could cut down on what you write and still produce the same results…?
Well, you can. Welcome to the world of CSS preprocessors, and in particular, Less! CSS preprocessors such as Less are designed to help you reorganize your styles to smaller, more manageable chunks of reusable code that you can store and reference as and when your projects demand.
Less, designed as a superset or extension of CSS, is very much about making your development work easier—it incorporates variables and functions that are more likely to be seen in scripting languages such as JavaScript while still compiling in valid CSS. While the initial thought of working with code might scare you, you'll see that Less is really just CSS, but with some additions to help make development easier. Less will help you cut down the development time, as you can reuse code from one project in another—how much is all up to you!
In this chapter, we will cover the following topics:
- The roles of HTML and CSS, and the limitations of using CSS
- Why CSS preprocessors are needed
- Why you should use Less
- The advent of CSS4, and what this means for Less
- Windows phone 7.5 application development with F#
- Linux KVM虛擬化架構實戰指南
- 網絡服務器配置與管理(第3版)
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 嵌入式系統設計教程
- 單片機原理及應用系統設計
- 計算機組裝與維護(第3版)
- Machine Learning with Go Quick Start Guide
- Neural Network Programming with Java(Second Edition)
- Wireframing Essentials
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- 可編程邏輯器件項目開發設計
- 筆記本電腦維修技能實訓
- Blender for Video Production Quick Start Guide
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)