Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Theme Inheritance - problem overriding scss
· 11 years ago
adjust the order in the scss/template.scss file.
-
Theme Inheritance - problem overriding scss
· 11 years ago
how is it possible to change the order technically?
-
Theme Inheritance - problem overriding scss
· 11 years ago
Changing the order ... that's a very good point. I'll give it a try. Thank you!
-
Theme Inheritance - problem overriding scss
· 11 years ago
If you change the order of your imported scss files, so that your _custom.scss file will be imported after all other scss files its output is at the very end of the generated css file and therefore sh
-
Theme Inheritance - problem overriding scss
· 11 years ago
SCSS compilation will not replace / override the same code blocks. All it really does is look for your files if they exist, and use those rather than the inherited file. You just have to be more spec
-
Theme Inheritance - problem overriding scss
· 11 years ago
I have been working on a child theme inherited from Deliver. Everything has worked fine so far. Today I decided to experiment with overriding some scss. I have carefully followed the instructions a
-
Ceevee from StyleShout converted to Grav
· 11 years ago
Great skeleton/theme! Thank you...
-
Ceevee from StyleShout converted to Grav
· 11 years ago
See: http://demo.getgrav.org/ceevee-skeleton/ HTML5 and CSS3 Fully Responsive Clean and modern design Various templates for presenting your content Fontawesome icon font @font-face custom web fonts j
-
How to add a dropzone to specific admin page
· 11 years ago
Thanks @rhukster ! I will try this.
-
How to add a dropzone to specific admin page
· 11 years ago
You could write a custom field that did that easily enough though. There are plenty of select type fields throughout Grav that get their selection options from a method. If you look at this example