Closed (fixed)
Project:
Sasson
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 20:24 UTC
Updated:
4 Feb 2012 at 12:20 UTC
Jump to comment: Most recent file
Please guide me.
Sasson installed using drush sns "My theme" method.
added the style a:visited { color: #fe57a1; } in mytheme/styles/mytheme.scss.
refresh the browser, no changes visible.
am I doing something different?
I'm on Aegir/Drupal 7.2.
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | sasson-missing_css-1395514-4.patch | 534 bytes | avr |
| #2 | sasson.png | 80.42 KB | rahulan |
| #2 | scss.png | 19.66 KB | rahulan |
Comments
Comment #1
tsi commentedShould work, did you enabled and set default "My theme" ?
Comment #2
rahulan commentedDear Tsachi Shlidor,
thanks for the reply.
theme is enabled and set default.
please find attached 2 screen grabs.
do i need to install ruby gems?
Comment #3
tsi commentedNo, no need for ruby or anything.
This should just work (and works here very well).
I have never tested Aegir, but I don't think it should matter.
Any other info ? can you try this with a fresh drupal install ?
Comment #4
avr commentedI ran into this issue as well. For me, the solution was that the theme's full file paths weren't properly loaded in
sasson_css_include.The attached patch uses the theme's machine name instead of the friendly name from the .info file.
Comment #5
avr commentedUpdating status.
Comment #6
konforti commentedCommited to 7.x-2.x
http://drupalcode.org/project/sasson.git/commit/7dec611502c9d71b75ae8dd4...
Thanks!