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

CSS styles for tag and class small is not working #1075

Open
denis-skvortcov opened this issue Sep 26, 2021 · 3 comments
Open

CSS styles for tag and class small is not working #1075

denis-skvortcov opened this issue Sep 26, 2021 · 3 comments

Comments

@denis-skvortcov
Copy link

If I change the $small-font-size $small-font-color values ​​in _settings.scss they don't apply because there is a issue in _typography.scss on line 298, there is no ',' character at the end on that line. Could you please fix this.

@nikitasol
Copy link
Contributor

Are you using develop branch? This issue was fixed last year and merged in July

@nikitasol
Copy link
Contributor

small,
.small {
font-size: $small-font-size;
color: $small-font-color;
}

@moe2k
Copy link

moe2k commented Oct 12, 2021

I stumbled over the same issue with 2.3.1. Is there a release planned?

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

3 participants