[Pkg-sass-devel] Some Bourbon with that ?

Fredrik Unger fred at tree.se
Mon Feb 24 11:51:46 UTC 2014


Hi,

I have just started with this but Bourbon Neat seems to be a
system that I could use for layout without adding special html classes, 
that also can work well with Compass.

Are there better alternatives for Compass ?
http://semantic.gs/ comes to mind, but I am not sure what has to be done
to make it work with Compass.

I found these two repositores :
https://github.com/jedfoster/bourbon-compass
https://github.com/jedfoster/neat-compass

I would like to try them with the Debian installation I have
and install them as a package.

Now I tried to make a quick package with gem2deb but that
was not successful. The stylesheet directory was not installed at
all.
After adding an install file to the debian directory :
cat install
stylesheets usr/share/compass/frameworks/neat
and the same for bourbon the packages installed without problems and
could be imported with sass.

Now I have not done any real testing yet but compiling source like :

body {
   @include outer-container;
   aside { @include span-columns(3); }
   article { @include span-columns(9); }
}

Works.

Questions ?

Would it make sense to rather package Bourbon and Neat directly adding a 
thin compass layer ?
https://github.com/thoughtbot/neat and 
https://github.com/jedfoster/neat-compass are a bit out of sync 
(1.6.0.pre vs 1.5.0)


Is gem2deb a good start or is it better to start from scratch ?

I have done some packaging but I am not a Debian developer nor have
I worked with Ruby much.


Thanks,

Fredrik Unger



More information about the Pkg-sass-devel mailing list