Skip to main content

Sprat does not share my scss enthusiasm

Posted on: Saturday, 7 April 2012 @ 8:22am
Blatting about
More specifically

bek 6/04/12 10:23 PM
hee hee other cool thing with sass, i do this:

@mixin inline-block {
 display: inline-block;
 margin: 0 -2px;
 vertical-align: top;
}

and then when i need things inline-blocked etc (in a few places) i do:

#container {
 .stuff-what-needs-inlining {
 {
   @include inline-block;
 }
}


Darqx 6/04/12 10:24 PM
i look at that and see what looks to be php mixed with css and want to run away screaming

No comments yet

Sean Tilley Saturday, 7 April 2012 @ 8:38am [Permalink]
Heh. I dunno, I'd say throwing PHP in with CSS would look WAAAY worse.
bek Saturday, 7 April 2012 @ 9:27am [Permalink]
Seo company leeds Saturday, 4 May 2013 @ 2:48am [Permalink]
I am once again feeling happy and proud to say that this is my favorite web site.
Seo company leeds Saturday, 4 May 2013 @ 2:48am [Permalink]
I am once again feeling happy and proud to say that this is my favorite web site.

Add new comment

The content of this field is kept private and will not be shown publicly.