processing / processing/p5.js-web-editor

Update CSSLint to StyleLint

Open
#1,373 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area:Editor Bug Priority:Medium
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;
`
image

  • 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.