Astroid-Framework icon indicating copy to clipboard operation
Astroid-Framework copied to clipboard

Default SASS variables customization

Open abraraamer opened this issue 6 years ago • 5 comments

Hi,

I didn't find a spot in the template settings to define the site width.

So I modified this file: templates/astroid_template_zero/scss/zero/variables_override.scss

These changes are overwritten with an update.

So either provide a simple back end area for the website size or a file location, preferably under the custom folder to be used for all the custom variables.

Of course one could create a section like this: https://getbootstrap.com/docs/3.4/customize/#less-variables

but it would be much work, maybe not much work but too confusing for an average person so a an override file would work.

abraraamer avatar Mar 29 '19 18:03 abraraamer

Thanks!

We also had suggestions where users asked about being able to edit bootstrap break points, primary colors and all kinds of bootstrap defaults.

May be we can create a section specifically for all the bootstrap settings and have them listed there.

Thanks, Chetan

chetanmadaan avatar Mar 29 '19 19:03 chetanmadaan

Hi There,

We started working on this and this will be included in the next release.

Thanks, Chetan

chetanmadaan avatar Apr 04 '19 15:04 chetanmadaan

Hi There,

We started working on this and this will be included in the next release.

Thanks, Chetan

Wow, that's great!

abraraamer avatar Apr 04 '19 15:04 abraraamer

@hiteshaggarwal please mention here when you commit this code. We will ask @abraraamer for testing this.

chetanmadaan avatar Apr 04 '19 16:04 chetanmadaan

You know the easy way to do this would be to php out the css vars and then you could control everything there..... I have done this and it works great..

findborg avatar Apr 24 '19 03:04 findborg