Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 3.71 KB

sass.md

File metadata and controls

60 lines (49 loc) · 3.71 KB

Bookmarks tagged [sass]

https://github.com/pengwynn/sass-and-compass-in-action

Code samples for Sass and Compass in Action. Contribute to pengwynn/sass-and-compass-in-action development by creating an account on GitHub.


https://devhints.io/

A ridiculous collection of web development cheatsheets · One-page guide to


https://github.com/Famolus/awesome-sass#readme

🎨 Curated list of awesome Sass and SCSS frameworks, libraries, style guides, articles, and resources. - Famolus/awesome-sass


https://robots.thoughtbot.com/sass-default

"You can assign to variables if they aren’t already assigned by adding the !default flag to the end of the value. This means that if the variable has already been assigned to, it won’t be re-assigned,...

  • 📆 published on: 2012-12-03
  • tags: sass

http://sass-guidelin.es/zh/


http://sass-lang.com/documentation/file.SASS_REFERENCE.html

Sass is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. ...


http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax

Difference between SCSS and SASS:

There are two syntaxes available for Sass. The first, known as SCSS (Sassy CSS) and used throughout this reference, is an extension of the syntax of CSS. This means ...


http://stackoverflow.com/questions/36220256/angular2-angular-cli-sass-options

When you are creating your project with angular cli try this:

...