output_template
I don't know if it's possible, but I'd like to be able to output the rendered CSS file as a template.
Thanks!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Wouter Vervloet on Apr 17, 2012 @ 07:10 PM
Hi Kevin,
Maybe a silly question, but why would you want to do that?
– Wouter
2 Posted by Kevin Clark on Apr 17, 2012 @ 07:17 PM
I have an $accent color mixin which is used throughout the stylesheet and basically, what I want to do is manually change that color on each page. My initial thought was to put a {if segment_1 == 'foo'}$accent = #hex;{/if}. Maybe there's an easier way to do this, but you can't seem to use ee tags the way it works now. Am I wrong?
Support Staff 3 Posted by Wouter Vervloet on Apr 18, 2012 @ 09:04 PM
I'm afraid it is not possible to output to a template from Sassee.
And alternative would be to use an id-attribute on the body and put all the necessary colors in 1 file.
.
– Wouter
Wouter Vervloet closed this discussion on Jul 14, 2012 @ 11:16 AM.