- Sass and Compass Designer's Cookbook
- Bass Jobsen
- 191字
- 2021-07-16 10:56:41
Introduction
This chapter guides you through the installation of Sass and explains the different ways you can compile your Sass code into static CSS. You will not only learn how to use Sass using the command line interface (CLI), but you will also be introduced to LibSass. LibSass is a C/C++ port of the Sass engine.
Based on LibSass, sass.js
is a pure JavaScript implementation of the Sass engine, which enables you to compile Sass code with JavaScript and run sass.js
in your browser.
The sass-node
is an interpreter of LibSass for Node.js, and it enables you to compile Sass in a Node.js environment. Together with a task runner, such as Gulp or Grunt, you can use the sass-node
to set up a build chain for your projects.
In this book, the SCSS syntax for Sass has been used in favor of the original indented Sass, that is, the Ruby-like syntax. You can write your SCSS code in your favorite text editor, but at the end of this chapter, you will also be introduced to some Graphical User Interfaces (GUI) that will help you write and compile your code more easily.
- 計算機網絡
- C程序設計簡明教程(第二版)
- Photoshop智能手機APP UI設計之道
- Web Scraping with Python
- 高級C/C++編譯技術(典藏版)
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Hands-On Swift 5 Microservices Development
- Java程序設計入門
- NetBeans IDE 8 Cookbook
- iPhone應用開發從入門到精通
- Windows Embedded CE 6.0程序設計實戰
- Learning AWS
- Spring 5 Design Patterns
- Tableau Desktop可視化高級應用
- 精通Spring:Java Web開發與Spring Boot高級功能