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.
- tags: sass, scss, design-tools, code-snippets, learn-to-code
- source code
A ridiculous collection of web development cheatsheets · One-page guide to
- tags: cheatsheet, bash, react, sass, vim
- source code
https://github.com/Famolus/awesome-sass#readme
🎨 Curated list of awesome Sass and SCSS frameworks, libraries, style guides, articles, and resources. - Famolus/awesome-sass
- tags: awesome-list, frontend, sass
- source code
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-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. ...
- tags: sass, scss, css, docs
- source code
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 ...
- tags: sass
http://stackoverflow.com/questions/36220256/angular2-angular-cli-sass-options
When you are creating your project with angular cli try this:
...
- tags: angular-cli, sass