Opened 2 weeks ago
Closed 2 weeks ago
#61933 closed defect (bug) (fixed)
Twenty Nineteen : Remove the use of empty rulesets
Reported by: | pitamdey | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | 5.0 |
Component: | Bundled Theme | Keywords: | has-patch commit has-testing-info |
Focuses: | Cc: |
Description
In Twenty Nineteen, In Scss file I can see a lint error of "Do not use empty rulesets" i.e. The class is called but it is blank, no style property is applied.
I have added a patch for it
Attachments (1)
Change History (4)
#1
@
2 weeks ago
- Keywords has-patch commit added
- Milestone changed from Awaiting Review to 6.7
- Version set to 5.0
Nice catch.
Move to milestone for commit consideration.
#2
@
2 weeks ago
- Keywords has-testing-info added
Hi @pitamdey
Test Report
Patch tested: https://core.trac.wordpress.org/attachment/ticket/61933/61933.patch
Environment:
OS: Windows
PHP: 8.2.12
WordPress: 6.6.1
Browser: Chrome
Theme: Twenty Nineteen (Version: 2.9)
Plugins: None activated
Actual Results:
✅ Patch working well as desired solution.
Note: See
TracTickets for help on using
tickets.
Patch for this issue