- 🇨🇦Canada joelpittet Vancouver
I think coder dropped CSS recently, I will close this for stale clean-up
Created from this issue
📌
Update stylelint rule function-whitespace-after to be consistent with Drupal's CSS standards
Postponed
applying the rule. And this being the rule:
https://stylelint.io/user-guide/rules/function-whitespace-after/
And my own confusion because it's not clear cut in the CSS spec on how to do concatenation of strings with the content
property.
https://github.com/stylelint/stylelint/issues/3145
I scoured the internet and couldn't find this much but a couple examples that show space on all sides which we should follow:
https://developer.mozilla.org/en-US/docs/Web/CSS/attr
https://davidwalsh.name/css-content-attr
Ensure spaces around functions are enforced and follow the default stylelint standard.
Example diff:
- content: " ("attr(lang)")";
+ content: " (" attr(lang) ")";
Discuss and Agree
Closed: outdated
Coding Standards
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think coder dropped CSS recently, I will close this for stale clean-up