- 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.
- Spring 5.0 Microservices(Second Edition)
- Facebook Application Development with Graph API Cookbook
- Power Up Your PowToon Studio Project
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- JavaScript Unlocked
- Rake Task Management Essentials
- VSTO開發入門教程
- Data Analysis with IBM SPSS Statistics
- 零基礎學Java程序設計
- Learning Selenium Testing Tools(Third Edition)
- 精通Python設計模式(第2版)
- The HTML and CSS Workshop
- 速學Python:程序設計從入門到進階
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- SQL Server 2008 R2數據庫技術及應用(第3版)