nano-css
Smallest 5th gen CSS-in-JS library
Last updated 3 years ago by streamich .
Unlicense · Repository · Bugs · Original npm
$ cnpm install nano-css 
SYNC missed versions from official npm registry.

nano-css

Tiny 5th generation CSS-in-JS library that you can actually use in production. Motto of nano-css is simple: create the smallest possible CSS-in-JS library and provide all features of any other library through addons.

  • Only 0.5 Kb in base configuration, e.g. styled-components is 15.1Kb
  • Library-agnostic — use it standalone, with React, Preact, Vue.js, or any other library
  • Isomorphic — render on server and browser, generates stable class names, and re-hydrates
  • Performantsimply the fastest library; does not create wrapper components, does not use inline styles or inline <style> elements, but caches all styles for re-use and injects CSS using .insertRule() for performance
  • @media queries and animation @keyframes are supported
  • Auto-prefixes your styles
  • Extract CSS into external style sheet
  • Public domainUnlicense license

Reference

Current Tags

  • 5.3.5                                ...           latest (3 years ago)

4 Versions

  • 5.3.5                                ...           3 years ago
  • 5.3.4                                ...           4 years ago
  • 5.3.1                                ...           5 years ago
  • 5.3.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (8)
Dev Dependencies (33)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org