Articles Tagged with sass

You are currently browsing 1 articles tagged with sass.

  • SASS is Brilliant

    Published Monday 18th of April 2011

    I've used my own CSS constants parser for a few years now and I can't imagine writing CSS without it nowadays.

    I wrote the parser years ago when I had more time for my own projects and since then I've come up with loads of things I've been wanting to add to it.

    Quite recently TB recommended SASS to me in the comments to my CSS Wish List article and for a recent project I gave it a go.

    SASS has got everything on my todo-list for my own parser + loads more. Its @mixins are almost identical to my own take on constants but SASS' @mixins has support for many things I have yet to add to my own parser.

    SASS also comes with variables and a bunch of super handy color functions.

    It doesn't merge every file in the CSS-dir like mine, but instead loops through @import directives and pulls all the code in to the same file.

    I'm going to convert all my handy CSS constants to SASS @mixins shortly and I've also looked into Compass' collection of @mixins based on popular CSS frameworks.

    Writing CSS without @mixins (or similar) is not an option for me anymore and with all the other handy functionality SASS comes with it's an obvious choice for me.

    Thus I will be deprecating my own parser and start using SASS exclusively from now on. It's an added bonus that other smart people are constantly improving it as well.

    Now if I could only find a substitute for aFramework... :)

    Join 2 others and post a comment

Random jQuery Plug-ins

  • Colour Picker

    Use this plug-in on a normal <select>-element filled with colours to turn it in to a colour-picker widget that allows users to view all the colours in...

    Details

  • Max Length Form Controls

    Gives form-controls with a 'maxlength-XXX'-class a max-length and prohibits user from entering more than set amount. It also displays number of charac...

    Details

  • Checked checkbox-parent

    This tiny plug-in adds and removes a 'checked'-class to input[type=checkbox]'s parents. Very useful if you want to style the entire wrapping <label>-e...

    Details

More Plug-ins

Recent Comments

Powered by Disqus
Page cached. Loaded in: 0.0098 second(s).
Last DB change: 2012-04-02 11:06:05
Last file change: 2012-04-25 20:30:39
Cache created: 2012-05-18 10:53:59