Skip to content
#

typrescript

Here are 29 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
bug good first issue

Improve this page

Add a description, image, and links to the typrescript 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 typrescript topic, visit your repo's landing page and select "manage topics."

Learn more