You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
Is your enhancement related to a problem? Please describe.
Stylelint currently throws an error for @media (prefers-color-scheme: dark).
Describe the solution you'd like
Theme scaffold is currently using stylelint version ^9.10.1. The prefers-color-scheme keyword was added in version 10.0.0. I would suggest updating to 11.0.0 (latest version is 13.6.1).
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
Stylelint currently throws an error for @media (prefers-color-scheme: dark).
Describe the solution you'd like
Theme scaffold is currently using stylelint version ^9.10.1. The prefers-color-scheme keyword was added in version 10.0.0. I would suggest updating to 11.0.0 (latest version is 13.6.1).
The text was updated successfully, but these errors were encountered: