Closed (fixed)
Project:
xCSS
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2009 at 20:39 UTC
Updated:
25 May 2011 at 20:43 UTC
Jump to comment: Most recent file
Will this module ever have a D6 release?
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | xcss.tar_.gz | 14.32 KB | rimian |
Comments
Comment #1
robloachOne of the inspirations of putting this together was hook_css_alter(). If we somehow get around that, I'd definitely love to take a look at it and open up the 6.x branch. CSS Dry might provide a neat solution around it.
Comment #2
danmasq commentedsubscribing. Would seriously love this in version 6..
Comment #3
rimian commentedHere's an initial version. It hasn't had a lot of testing but I will get to that soon enough.
This backport only supports one CSS file (master.xcss) but I can extend this easily enough.
The attachment didn't work so it's here on my github account:
http://github.com/rimian/rimian/tree/master/modules/xcss
Rim
Comment #4
rimian commentedI've updated the code on my git repo.
There's now a fileapi that recursively scans a directory you set in the admin (that defaults to your theme directory) and compiles all the xcss files to your sites/default/files/xcss directory and then adds the CSS to your html head.
You can't have files of the same name in your theme folder as the files/xcss directory is flat.
http://github.com/rimian/rimian/tree/master/modules/xcss
There are some other modules in my git repo but you can safely ignore those.
git check out:
git clone http://github.com/rimian/rimian.gitComment #5
robloachThe branch is open and the snapshot development release is open! :-)
Nice job on the port!!!!!!! :-)
Comment #6
rimian commentedThanks!
Where can I see? huh huh huh? ooooh ooooohhhhh!
Comment #8
robloachI just added you as a maintainer, so feel free to make commits as you wish :-) .