Package Exports
- @phytonmk/nano-css
- @phytonmk/nano-css/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@phytonmk/nano-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-componentsis 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
- Performant — simply 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 @mediaqueries and animation@keyframesare supported- Auto-prefixes your styles
- Extract CSS into external style sheet
- Public domain — Unlicense license
Reference
- Installation
- Addons
put()— demo!rule()— demo!drule()— demo!sheet()— demo!dsheet()— demo!jsx()— demo!useStyles()— demo!withStyles()— demo!decorator— demo № 1 and demo № 2component— demo!style()— demo!styled()()— demo!hyperstyle()— demo!stableatoms— demo!emmetnestingkeyframes()hydrate()prefixerstylisunitless!important:globalanimate/*reset/*reset-fontgoogleFont()limitampvirtualspreadarraysnake— demo!tachyonsrtlextractsourcemaps.unitscssomvcssom
- Presets
- Server-side rendering