Skip to content
#

generation

Here are 407 public repositories matching this topic...

vue-dynamic-forms
federico-ntr
federico-ntr commented May 21, 2021

Describe the bug
Documentation states material theme can be customized, specifying custom variables like $theme-color. This isn't working and I guess it's because most of the variables don't have the !default keyword.

My code
main.js:

...
import './styles/main.scss';
...

main.scss:

$theme-color: #00a370;

@import '~@asigloo/vue-dynamic-forms/src

Improve this page

Add a description, image, and links to the generation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the generation topic, visit your repo's landing page and select "manage topics."

Learn more