
· Hakan Çelik · CSS · 2 dk
What Is Sass and Scss?
Syntactically awesome stylesheets
Category
5 posts

Syntactically awesome stylesheets

Hello everyone. In my Sass series, I'll be continuing with the Scss structure instead of Sass, as I think it is more similar to CSS and easier to learn quickly.

For more detailed installation info: http://sass-lang.com/install

Hello everyone. As you know, when I started the coogger project I also started a new CSS framework called coogger.css. While developing this framework, I use Sass, and over the past week I've been trying to add new features and improve existing ones.

First, I want to start with my favorite Sass mixin — it makes the Sass/CSS code I write compatible with all browsers and lets me follow the principle of write once, run in all browsers.