-
css only
-
How do you debug your SASS code? Do you go use your Web Inspector under developer tools, go to the CSS and search for the same selector like some kind of animal? Perhaps you have a comment in your CSS above each selector giving you the line number and .scss...
-
I love SASS, and I love having the ability to minify my JS files so they’ll load faster when someone opens my website. How about having a tool that allows you to: auto generate minified CSS files from your SASS auto combine CSS/JS files into 1 file (in case you...
-
This week, I have decided to do something special for Christmas.
Adding some Jingle Bells to your website is nothing that hasn't been done before,
but what about pure CSS jingle bells? Now that's something!
-
Every other week, even though I have been working with CSS for years,
I learn something new about it. Some method, trick,or just some mistake I use to make and would like to inform other developers, so they won’t make the same mistakes I did.
-
Not to mention make it 10 times more elegant After mastering CSS, one usually tends the make the separation between CSS and any kind of coding logic. Basically, you learn that CSS is as static as HTML is (though some features in CSS3 have some logic in them). Sass is...