Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How can we make colors configurable
· 11 years ago
There is no scss compiler in Grav.. Installing SASS (sass/scss included) depends on your platform. I'm on a mac, and use brew so for me it was just: $ brew install sass But there are many other ways.
-
How can we make colors configurable
· 11 years ago
Hi As far i can read, there is no SCSS compiler in Grav (like gantry 5) ? if yes, it is on tube for next version ? if yes and no Do you have a tuto for newby how to install u php scss compiler and use
-
How can we make colors configurable
· 12 years ago
I would use the PHP compiler on your own specialized colors.scss file. That way you won't have to compile the whole theme css file everytime. Just make sure to use more specificity in your custom CS
-
How can we make colors configurable
· 12 years ago
I tried to use the php scss compiler with grav but it doesn't handle any includes, which means there's nothing compiled at all. :| I hoped I could make the scss part independed from ruby... Wouldn't t
-
How can we make colors configurable
· 12 years ago
There is a PHP one and its compatible with SASS v3.2 I believe. The Antimatter variable was for testing only and was never integrated. If it were it probably would of been via option 1 for simplicity
-
How can we make colors configurable
· 12 years ago
In the antimatter config file you recently removed a color option. Did you plan to make it configurable throughout the theme? How would you have done it?
-
How can we make colors configurable
· 12 years ago
There IS a SCSS compiler?! Didn't know that. Is the ruby based compiler exchangable for this one?
-
How can we make colors configurable
· 12 years ago
Well, because SCSS is compiled offline, you can't really do it directly with the regular _colors.scss. There are a few options though: 1) Simplest is to set some colors in an inline <style><
-
How can we make colors configurable
· 12 years ago
I want to use the site.yaml to set the colors used in the theme's _colors.scss. Additionally I want to override certain colors from within my .md files. But how can this be achieved?
-
Antimater custom.css and css-compiled
· 11 years ago
Can you rephrase what your problem is? I don't understand.