antv-l7/node_modules/nano-css
thinkinggis f7e5376b7d fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
..
.circleci fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
.github/workflows fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
addon fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
node_modules/stylis fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
preset fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
types fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
.eslintrc.yml fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
CHANGELOG.md fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
LICENSE fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
README.md fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
index.d.ts fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
index.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
package.json fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
prettier.config.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
renovate.json fix(fix css): fix css png 2019-11-22 18:04:14 +08:00

README.md

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