[css-d] Managing import rules

2010-09-13 Thread Gabriele Romanato
Hi all, here are my 2 cents on the subject: http://onwebdev.blogspot.com/2010/09/css-managing-import-rules.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/

Re: [css-d] Managing import rules

2010-09-13 Thread Philip Taylor (Webmaster, Ret'd)
Gabriele, I don't understand : In a past project I used the following approach: @import base.css; @import layout.css; @import typography.css; @import colors.css; The server-side developer (who used Ruby) encountered several problems when trying to merge these files properly and in the

Re: [css-d] Managing import rules

2010-09-13 Thread Philippe Wittenbergh
On Sep 13, 2010, at 6:58 PM, Philip Taylor (Webmaster, Ret'd) wrote: Gabriele, I don't understand : In a past project I used the following approach: @import base.css; @import layout.css; @import typography.css; @import colors.css; The server-side developer (who used Ruby)

Re: [css-d] Managing import rules

2010-09-13 Thread Claude Needham
On Mon, Sep 13, 2010 at 4:55 AM, Philippe Wittenbergh e...@l-c-n.com wrote: On Sep 13, 2010, at 6:58 PM, Philip Taylor (Webmaster, Ret'd) wrote: Gabriele, I don't understand : In a past project I used the following approach: @import base.css; @import layout.css; @import typography.css;