- Mastering PhoneGap Mobile Application Development
- Kerri Shotts
- 137字
- 2021-07-16 13:03:55
Chapter 3. Sassy CSS
Although JavaScript is critical for our application's functionality, CSS is critical for our application's appearance. Although CSS is extremely powerful, the version supported by most mobile browsers (CSS3) lacks many features that would make development easier. CSS also tends to be verbose; it's quite easy to end up with long, tangled stylesheets that are difficult to understand and maintain.
Sass (Syntactically Awesome Style Sheets) is an attempt to improve upon CSS3 and make it easy to write and maintain. It adds features like variables, interpolation, computations, mixins, modularity, and much more. We can use Sass to our benefit to make our CSS easier to read and write.
Note
You can learn more about Sass by visiting http://sass-lang.com.
In this chapter, we'll focus on the following:
- Learning Sass
- Integrating Sass with Gulp
- C# 7 and .NET Core Cookbook
- 匯編語言程序設計(第3版)
- Mastering Rust
- Mastering KnockoutJS
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Mastering Android Development with Kotlin
- Visual Studio 2015高級編程(第6版)
- Go語言從入門到精通
- Java EE 7 with GlassFish 4 Application Server
- Qt 4開發實踐
- Scratch從入門到精通
- Python第三方庫開發應用實戰
- MySQL數據庫應用實戰教程(慕課版)
- Mastering Bootstrap 4
- C++17 By Example