Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #sass
Sat, April 14, 2012
1 min read
[Coda] How to Set HAML/SASS Coloring (Syntax Highlighting)
Enable HAML and SASS syntax highlighting in the Coda editor by dropping mode files into the Coda Modes folder.
read more →
Sun, July 30, 2017
2 min read
The sass-convert Command for Converting CSS to Sass (Scss) is Convenient
Use the `sass-convert` command that ships with the sass gem to convert CSS to Sass / Scss.
Tue, August 8, 2017
[Sass] Solution for Error: File to import not found or unreadable
Two ways to resolve the 'File to import not found or unreadable' error thrown by Sass (Scss) at @import time.
Wed, August 2, 2017
4 min read
[Sass] How to Introduce .scss-lint.yml and Recommended Settings
How to introduce scss-lint's .scss-lint.yml and a recommended customization example with per-rule reasoning.