Skip to content
#

generation

Here are 451 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
matheuscas
matheuscas commented Sep 6, 2021

I have nothing against Travis, but since we're in GitHub, let's use "native" stuff from it.
Tip.: First make the action runs in your branch. After that, change to run in master.

Não tenho nada contra Travis, mas como estamos no GitHub, vamos usar coisas "nativas" dele.
Dica: Primeiro faça com que a ação seja executada no seu branch. Depois disso, mude para rodar no master.

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