Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2010 at 23:04 UTC
Updated:
29 Oct 2010 at 21:00 UTC
Patch attached checks whether the $selector_str variable already exists or not in the $disassembled_css array. It makes sure the declaration of a selector is merged into one array instead of overwriting it.
Got on this while doing tests with Sweaver by first doing some changes with the editor and since we don't have support for all possible properties yet (think border-radius and such), we use another plugin to add some custom css. However when using ctools_filter, we lose some of those declarations when saving our configuration and writing the css file.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools_css_disassemble.patch | 926 bytes | swentel |
Comments
Comment #1
merlinofchaos commentedCommitted to D6. Looks like this is already in D7.