Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined font-size variable declared in _buttons.scss #6

Open
johndavidsparrow opened this issue Dec 8, 2020 · 0 comments
Open

Undefined font-size variable declared in _buttons.scss #6

johndavidsparrow opened this issue Dec 8, 2020 · 0 comments

Comments

@johndavidsparrow
Copy link

johndavidsparrow commented Dec 8, 2020

Thank you for this wonderful framework. I have been attempting to compile using my own gulp setup and bringing in the neumorphism scss via my main scss root file. Getting an error in my gulp:

Error: Undefined variable: "$font-size-md"

My guess is that the following rule:

.btn-md {
    &, i {
        font-size: $font-size-md !important;
    }
}

in _buttons.scss, should either refer to $font-size-base, or that an equivalent variable should be set up in the variables file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant