Package Exports
- @mantine/styles
- @mantine/styles/cjs/index.js
- @mantine/styles/esm/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 (@mantine/styles) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Mantine Styles
This package contains Mantine specific css-in-js library based on emotion
Documentation
Read createStyles documentation on Mantine website
Installation
Most likely you do not have to install @mantine/styles separately – it is included with @mantine/core
Install with npm:
npm install @mantine/styles
Install with yarn:
yarn add @mantine/styles
License
MIT