- Learning Less.js
- Alex Libby
- 231字
- 2021-09-03 09:38:07
Chapter 3. Getting Started with Less
In the first two chapters of this book, Chapter 1, Introducing Less, and Chapter 2, , we learned what Less is, some of its benefits, and the reasons why you should get to grips with a preprocessor that is rapidly gaining serious traction in the development world.
In this chapter, we're going to start by downloading and installing Less and then setting up our base project that we can reuse throughout this book, which is already set to our preferences. While it might seem a little mundane, it is nevertheless an essential part of working with Less! Once we have our base project ready, we will then delve into a whistle-stop tour of some of the main code features of Less, before looking at how you can compile your Less code into valid CSS and seeing the effects of any changes made to the Less code.
In this chapter, we will delve a little deeper into Less by covering the following topics:
- Incorporating Less into your website
- The dangers of using Less on the client side
- Exploring the syntax used by Less
- Creating some basic styles
- Compiling the code and viewing the results
- Altering the Less code and viewing the effects of changes
Ready? As they say in temperal mechanics, there's no time like the present to get started...!
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 數(shù)字道路技術(shù)架構(gòu)與建設(shè)指南
- 單片機原理及應(yīng)用系統(tǒng)設(shè)計
- micro:bit魔法修煉之Mpython初體驗
- 嵌入式系統(tǒng)中的模擬電路設(shè)計
- SiFive 經(jīng)典RISC-V FE310微控制器原理與實踐
- 新編電腦組裝與硬件維修從入門到精通
- FPGA實驗實訓教程
- 筆記本電腦現(xiàn)場維修實錄
- 快·易·通:2天學會電腦組裝·系統(tǒng)安裝·日常維護與故障排除
- 電腦組裝與維修實戰(zhàn)
- Hands-On Unsupervised Learning with Python
- Mastering JavaServer Faces 2.2
- 101 UX Principles
- Learn Human:Computer Interaction