Library to rectify mistakes in the design of CSS. npmx.dev/package/@declanchidlow/fixcss
webdev front-end css fixcss
8

Configure Feed

Select the types of activity you want to include in your feed.

Improve README and package.json

Declan Chidlow (Jul 1, 2026, 12:06 PM +0800) 6bd0b7e6 5aba11d6

+10 -3
+3
README.md
··· 10 10 11 11 This library rectifies these failings and allows writing CSS the way it _should_ have been designed. FixCSS automatically converts corrected property names, values, selectors, and syntax, as an illustration of what should have been. It also fixes newer syntax compromised by trying to maintain consistency with previous mistakes. 12 12 13 + - [Available on NPM](https://npmx.dev/package/@declanchidlow/fixcss) 14 + - [Demo on CodePen](https://codepen.io/editor/OuterVale/pen/019f1bb1-b2cc-7ad8-9dea-329cba5724d6) 15 + 13 16 ## Usage 14 17 15 18 ### Client-side
+7 -3
package.json
··· 6 6 "css", 7 7 "fix", 8 8 "mistakes", 9 - "csswg", 10 9 "convert", 11 - "transpile" 10 + "transpile", 11 + "manipulation", 12 + "parser", 13 + "preprocessor", 14 + "rework", 15 + "transform" 12 16 ], 13 17 "homepage": "https://tangled.org/vale.rocks/FixCSS", 14 18 "bugs": "https://tangled.org/vale.rocks/FixCSS/issues", ··· 25 29 }, 26 30 "repository": { 27 31 "type": "git", 28 - "url": "git+https://tangled.org/vale.rocks/FixCSS.git" 32 + "url": "https://tangled.org/vale.rocks/FixCSS" 29 33 }, 30 34 "scripts": { 31 35 "test": "node test/test.js"