Package Exports
- @laozei/normalize.css
- @laozei/normalize.css/lib/index.min.css
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 (@laozei/normalize.css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Installation
NPM
npm install @laozei/normalize.css
YARN
yarn add @laozei/normalize.css
PNPM
pnpm install @laozei/normalize.css
Example
When using with js
import "@laozei/normalize.css";
When using with css
@import "@laozei/normalize.css";