- 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.
- 一步一步學(xué)Spring Boot 2:微服務(wù)項目實戰(zhàn)
- Node.js+Webpack開發(fā)實戰(zhàn)
- Ext JS Data-driven Application Design
- 實戰(zhàn)Java程序設(shè)計
- Architecting the Industrial Internet
- Java:Data Science Made Easy
- C語言程序設(shè)計實踐教程
- Magento 1.8 Development Cookbook
- PhoneGap Mobile Application Development Cookbook
- Python機器學(xué)習(xí)算法與實戰(zhàn)
- Hands-On Full Stack Development with Go
- Hands-On GUI Programming with C++ and Qt5
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Java Web開發(fā)實例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- Android系統(tǒng)下Java編程詳解