0.0.1 • Published 2 years ago

chitti.css v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

chitti.css

A tiny modern CSS reset.

Chitti is a colloquial word for small in Telugu language.

  • resets box-sizing model: Uses border-box, so that borders and paddings don't affect the dimensions
  • resets default margins: The spacing is only applied when you need it
  • resets default page height: Allows us to use percentages for height value
  • resets default line-height: Makes text is more readable according to WCAG standards
  • resets default font-smoothing: Sets font smoothing to antialiased
  • resets media elements: Images, videos and embed scale with browser width
  • resets fonts for form controls: Inherit fonts for form controls, like button, textarea, input and select elements.
  • reset default word wrap: Line wrap text if there is not enough to render all characters on a single line