at-import / jacket

Conditional Styles with Sass. Dress you CSS appropriately.
BSD 3-Clause "New" or "Revised" License
232 stars 9 forks source link

Compass dependency #10

Open themrkevin opened 9 years ago

themrkevin commented 9 years ago

The documentation states: "Until Sass 3.3 is released Jacket requires Compass."

We're up to Sass 3.4 and it looks like jacket still requires Compass. I'd love to remove Compass from my stack.

finteractive commented 9 years ago

If you do the bower install you don't need compass. It's just the gem that will load compass as a dependency

OwenMelbz commented 8 years ago

What about if you do not use bower? is anybody able to give a full explanation as to how to start using it without compass?

finteractive commented 8 years ago

I'd suggest just downloading the code from github into your local repo and and them importing _jacket.scss into the top of your sass files. In essence all bower is doing is downloading the code for you. (Except you'll lose versioning in your project for different versions of jacket, but given it's only 1 file you'll need to update it's worth it to avoid all of compass).