SkillAgentSearch skills...

Fix

A CSS normalization/reset reference.

Install / Use

/learn @jaydenseric/Fix
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Fix

A quick reference for patching up unruly browser CSS defaults. Part normalization, part reset.

Offending rules are surgically targeted. For example, the padding-left of ul is reset using padding-left: 0 and not the typical padding: 0.

You could include the whole thing in your project, but these days global CSS is a no no. Only use the relevent bits when working on components.

Check out the blog post that spawned this project.

Todo

  • Document rules.
  • Add more rules, particularly for inputs.

Licence

MIT license.

Related Skills

View on GitHub
GitHub Stars123
CategoryDevelopment
Updated2y ago
Forks9

Languages

CSS

Security Score

65/100

Audited on Mar 19, 2024

No findings