-
See the `wallet` directory in the testapp.
-
We likely have a lot of CSS cluttering the stylesheets that isn't being used (or worse - is causing more difficult debugging of style issues!). There are CSS linters that can help with this - we'd wan…
-
## Summary
Even though there’s an implemented css linter, consider either replacing stylelint or add css linting to the current eslint configuration.
The issue is not really needed so feel free t…
-
### Rule details
Flag any CSS rules that are outside a `@layer` block.
### What type of rule is this?
Warns about a potential problem
### Example code
This will be flagged:
```css
/* ❌ */
p {
…
-
### Environment information
```bash
(edited)
CLI:
Version: 1.9.4
Biome Configuration:
Status: Loaded successfully
Formatter disabled: …
-
I think we should lint our CSS - http://stylelint.io/
Be great to get some consistency with CSS across the company, and what better place to start than here.
-
I'm guessing either CSSlint or stylelint.
-
| line | column | title | description | browser
-- | -- | -- | -- | -- | --
| 5 | 1 | Parsing Errors | Unknown @ rule: @define-color.@define-color theme_fg_color rgba(255,255,255,0.96); | All
…
-
Need to lint output CSS for common errors and source order.
See
- [Recess](http://twitter.github.io/recess/)
- [CSSComb](http://csscomb.com/online/)
- [CSSLint](http://csslint.net/)
-
### Did you check existing requests?
- [X] I have searched the existing issues
### Describe the feature
I want to organize the imports using `biome.js` when I format my buffer/file using `bio…