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

Fredrik Unger fred at tree.se
Wed Feb 26 15:04:10 UTC 2014


Hi,

> Ahh, I now understand what you are talking about.
> There is ..., and there is a reimplementation in Sass/Compass.
> My interest in in Sass/Compass
> If you want Bourbon, and only Bourbon.

I actually do not want Bourbon for the sake of Bourbon, it was just the 
fastest way I found to get what I really want :)

Semanitc grid system for pagelayout under Compass as Debian package
with (X)HTML5.
CSS layout is a very tedious thing..

I will not mark my HTML with classes/ids for that. I want to format this 
code [1] to just look nice.
+ for a simple to use, themable, dropdown menu based on ul/li lists, 
without adding a whole new thing..

> That said, I sure hope you want to stay, and want to help package the
> Sass/Compass implementation of Bourbon and Neat.  And suggest to the
> author of those reimplementations to do similar for Bitters :-)

Yes, if Singularity does not make more sense ?

> I understand that gem2deb is fast to kickstart.  My concern is long-term
> maintenance where I have found CDBS to serve me well.
> A package maintainer must know every hint declared as part of the
> packaging.

Agreed, just not sure if bourbon-compass is the solution to my problem 
now :)



[1]

<html xmlns="http://www.w3.org/1999/xhtml"
       lang="en" xml:lang="en">
   <head>
     <title>$title</title>
     <head>
       <link href="/stylesheets/screen.css" media="screen, projection" 
rel="stylesheet" />
       <link href="/stylesheets/print.css" media="print" rel="stylesheet" />
       <!--[if IE]>
         <link href="/stylesheets/ie.css" media="screen, projection" 
rel="stylesheet" />
       <![endif]-->
     </head>
   </head>
   <body>
     <header><!-- header -->
       <h1>Sitename</h1>
     </header><!-- end of header -->

     <nav><!-- top nav -->
       $menu
     </nav><!-- end of top nav -->

     <aside id="sidebar"><!-- sidebar -->
     <h1>Language</h1>
       $langmenu

     <h1>Level</h1>
       $levelmenu
     </aside><!-- end of sidebar -->

     <article>
       $article
     </article>

     <footer>
       <p>© 2014 <a href="/">example.org</a></p>
     </footer>
   </body>
</html>




More information about the Pkg-sass-devel mailing list