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

Configure CSS linter #453

Open
HenrikeW opened this issue May 17, 2022 · 0 comments
Open

Configure CSS linter #453

HenrikeW opened this issue May 17, 2022 · 0 comments
Labels
dependencies Pull requests that update a dependency file frontend This is likely affecting the frontend

Comments

@HenrikeW
Copy link
Contributor

The CSS linter "stylelint" has an active rule "shorthand-property-no-redundant-values"that forces us to write shorthand values. Something like e.g. margin: 10 0 15 0 wouldn't be allowed but we want it to be allowed.
Either make the rule less strict or switch it off by adding a line to the config file.
More about the rules here: https://stylelint.io/user-guide/rules/list

@HenrikeW HenrikeW added dependencies Pull requests that update a dependency file frontend This is likely affecting the frontend labels May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file frontend This is likely affecting the frontend
Projects
None yet
Development

No branches or pull requests

1 participant