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

Fix Stylelint configuration #345

Closed
MellyGray opened this issue Mar 14, 2024 · 1 comment
Closed

Fix Stylelint configuration #345

MellyGray opened this issue Mar 14, 2024 · 1 comment
Labels
good first issue Good for newcomers Size: 3 A percentage of a sprint. 2.1 hours.

Comments

@MellyGray
Copy link
Contributor

MellyGray commented Mar 14, 2024

Stylelint is not functioning as expected. It should enforce rules such as 'declaration-colon-space-after' to correct instances like padding:15px; to padding: 15px;, but it appears to be malfunctioning.

To reproduce the issue, edit an SCSS file by removing the space after the colon, then execute npm run lint:stylelint. You'll notice that the rule is not being applied, even though it is typically included in standard Stylelint configurations.

@MellyGray MellyGray added the Size: 3 A percentage of a sprint. 2.1 hours. label Mar 14, 2024
@ekraffmiller ekraffmiller added the good first issue Good for newcomers label May 2, 2024
@g-saracca
Copy link
Contributor

Closed by #523

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Size: 3 A percentage of a sprint. 2.1 hours.
Projects
None yet
Development

No branches or pull requests

3 participants