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
OSD provides CSS linting through Stylelint and the yarn lint:style command. This helps maintain code quality and code style. Additionally, we're trying to move towards no custom styling, which means no Sass files. We're pushing this out incrementally, and right now we are pushing to remove custom colors and font overrides. To accurately locate these issues, the Stylelint output needs to be clean. However, this is currently not the case.
2 things need to happen for this:
Add script to run Stylelint and add it to the build and test workflow
Fix any issues that Stylelint currently throws
The text was updated successfully, but these errors were encountered:
OSD provides CSS linting through Stylelint and the
yarn lint:style
command. This helps maintain code quality and code style. Additionally, we're trying to move towards no custom styling, which means no Sass files. We're pushing this out incrementally, and right now we are pushing to remove custom colors and font overrides. To accurately locate these issues, the Stylelint output needs to be clean. However, this is currently not the case.2 things need to happen for this:
The text was updated successfully, but these errors were encountered: