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

Add support for "font-variation-settings" (variable fonts) #449

Open
phun-ky opened this issue Mar 25, 2019 · 1 comment
Open

Add support for "font-variation-settings" (variable fonts) #449

phun-ky opened this issue Mar 25, 2019 · 1 comment

Comments

@phun-ky
Copy link

phun-ky commented Mar 25, 2019

Although font-variation-settings is WD, I'm wondering if I can either a) suppress attribution specific warnings, or b) get a fix that recognizes font-variation-settings as a valid syntax.

Stylint: 0 Errors.
Stylint: 1 Warnings.
Warning: property is not valid
File: .../search.styl
Line: 409: font-variation-settings "wght" 400

(I'm getting the same type of error for grid-gap)

@phun-ky phun-ky changed the title Add support for "font-variation-settings" Add support for "font-variation-settings" (variable fonts) Mar 25, 2019
@koynoyno
Copy link

Add

"customProperties": ['grid-gap', 'font-variation-settings'],

line to your .stylintrc 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

2 participants