CSS: @import

Earlier this year we discussed the problems (too many http requests) of using @import to uh … import, stylesheets into other stylesheets. Yet again Sass seems to offer a viable and simple solution to the problem using partials http://alistapart.com/blog/post/organize-that-sass. Did I mention I really like Sass?

Todd
http://xiiro.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You make me more and more interested in Sass, Todd! Certainly gonna check it out for the next project.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

[Laughs] That’s great atelier. I hope you find it useful.

I haven’t completely moved over to Sass (yet) but I have been slowly integrating it into my work and it’s been a tremendous asset so far. Lots to learn though.

Todd

You make me more and more interested in Sass, Todd! Certainly gonna check it out for the next project.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your milage differs a lot (understatement of the season) so I 'm quite curious how you managed.
What did you find difficult, what easy?

I am curious about Sass because I have the idea that the system helps in keeping css under control. Certainly when a project grows, and more rules and exceptions are added. I like my soup clear, so I can see what’s in it, if you get my drift :wink:

Thanks.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The good news is I wouldn’t say any of it is exactly difficult, it’s structured in a simple and logical way which makes it relatively easy to understand the basic concept, even for beginners. It’s just a matter of getting accustomed to the syntax which isn’t large or complex so you’ll probably pick it up pretty quick.

What’s nice is how you can slowly transition parts over to Sass while keeping the rest as plain CSS, you don’t have to worry about doing it all at once. And you’re right about it being a great tool for organization, you might even wonder how you ever lived without a preprocessor.

Todd

Your milage differs a lot (understatement of the season) so I 'm quite curious how you managed.
What did you find difficult, what easy?

I am curious about Sass because I have the idea that the system helps in keeping css under control. Certainly when a project grows, and more rules and exceptions are added. I like my soup clear, so I can see what’s in it, if you get my drift :wink:


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sass is very easy to learn and benefit from. Think of it like CSS with extensions and some programming smarts and amazing organization capabilities. Fortunately, regular old CSS will compile as correct SCSS (the standard syntax of Sass), so it’s very easy to start integrating the most useful parts into existing projects.

It even gets better with add-ons like Bourbon (no more vendor prefixes!) and Neat (semantic and responsive frameworks forever!).

If you don’t like the thought of using the terminal to install and run Sass, go and get a copy of LiveReload or Hammer (which also brings some Sass-style smarts to regular old HTML).

Last, but not least, here’s a great resource for learning Sass: Getting Started with Sass – A List Apart


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh, and don’t forget this for leaning the most useful and simple parts of Sass: Sass: Sass Basics


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Or Codekit or Prepros …

Todd

If you don’t like the thought of using the terminal to install and run Sass, go and get a copy of LiveReload or Hammer (which also brings some Sass-style smarts to regular old HTML).


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh, and one more thing!

Hurray for more things!


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you all!! Feels like a bunch of X-mas presents…:slight_smile:


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

And if you get stuck post here, maybe we (myself and Caleb for starters) can help inspire others to try Sass.

Todd

Thank you all!! Feels like a bunch of X-mas presents…:slight_smile:


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Will do, thanks.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

atelier (or anyone else who may be interested in Sass), I forgot to mention this book by Dan Cedarholm http://www.abookapart.com/products/sass-for-web-designers.

Todd
http://xiiro.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options