processing / processing/p5.js-web-editor
Update CSSLint to StyleLint
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
I was trying to use css grids fr units and they didn't seem to work, gave me a red squiggly
- Found a bug
I don't know if it's a bug or something that's not supported or if I've made a booboo
Details about the bug:
The css I used was
`html, body {
height: 100%;
margin: 0px;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr ;
grid-gap: 10px;
background-color: #f2f2f2;
`

-
Web browser and version: Version 80.0.3987.163 (Official Build) (64-bit)
-
Operating System: Windows 10 Pro
-
Steps to reproduce this bug:
That css code above.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the reported CSS grid fr-unit warning and locating the project's CSSLint configuration; compare the current behavior with the requested StyleLint update. Done means the example no longer produces an incorrect warning and the relevant linting checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100