- This topic is empty.
-
AuthorPosts
-
December 19, 2012 at 1:37 am #41444
KGA109
Member(I’m a total part-timer front end web dev that is trying to learn SASS for fun, literally). I am trying to wrap my head around SASS and was drawn to Codekit, but of course I’m reading a lot about Compass.
In a nutshell, how are they different? I’m not getting it.
Example, I’m working on a new portfolio site for myself using WP and Bones. Bones highly suggests Codekit for preprocessing, but I’m just curious where Compass comes into play, how it differs, etc?
December 19, 2012 at 2:59 am #118051Nosenation
MemberCompass is a library for Sass. It has many useful mixins and functions. Codekit is an Mac OS X app that compiles Sass (and SCSS) files to pure CSS. You can use Compass with your Sass files in Codekit also.
So short:
1) Codekit = Compiler , app
2) Compass = Library, extension of Sass.Links:
1) Codekit = http://incident57.com/codekit/
2) Compass = http://compass-style.org/December 19, 2012 at 4:05 am #118055uneart
MemberI’m not an expert but here is how I understand it so far:
SASS builds the base as the language extending CSS functionality. Files with .sass and .scss endings are both using SASS, but .scss looks a bit more like CSS syntax.
Compass then is an extension for SASS with useful stuff like CSS3 mixins which automatically deal with all the prefixes. You can use it if you want, but it’s not mendatory for working with SASS.To compile SASS & Compass into CSS you need some sort of compiler. The best around I’d say is Codekit as it can also deal with many other preprocessed languages. There is also Compass.app which just deals with Compass & SASS. Hope that was useful ;)
December 19, 2012 at 11:35 am #118110KGA109
MemberThank you both – I did a bunch of searches for “codekit vs compass” etc., but could not find a definitive comparison or definitions together.
This helps – I kinda feel like I need to merely learn SASS first, assess the use of it, then maybe move toward Compass.
(part of my confusion was, do I need to buy Codekit or just use Compass, etc – but I get it now).
December 19, 2012 at 2:17 pm #118138Chris Coyier
KeymasterDefinitely get CodeKit. It compiles your Sass for you and then later on you can dig into Compass.
December 19, 2012 at 5:43 pm #118172Nosenation
MemberIn Mac App Store there is app called “Hummer”. It looks also very promising but I prefer Codekit, as @chriscoyier.
December 24, 2012 at 12:07 am #118789KGA109
MemberChris that is what I figured out – just as you said, Codekit now, then as I learn SASS and get that dialed in, I can expand to Compass.
I’ll check out Hummer too – thanks.
December 24, 2012 at 6:18 am #118822ToxicFire
ParticipantSecond that on the video about grunt, i’ve been using it in my last few developments made development and deployment far faster.
December 24, 2012 at 6:33 am #118824Zoom
ParticipantThere is also compass.app which is a compiler like Codekit, but it is limited to Sass (while Codekit can do LESS and several other things).
So if you do a compass vs codekit search most likely you will get comparisons between compass.app and codekit.
July 17, 2013 at 11:35 am #143354ryentzer
Member3rd that on the grunt video. I’d like to see one with yeoman also.
July 17, 2013 at 11:36 am #143355Paulie_D
Member**[Prepros](http://alphapixels.com/prepros/ )** lest we forget.
July 17, 2013 at 12:31 pm #143373TheDoc
MemberI use Compass but really that’s just a small part of my Middleman setup.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.