Package Exports
- @hoanggroup/unstyle
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 (@hoanggroup/unstyle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Unstyle
Barebones styles for creating unstyled elements
Getting Started
- Run
yarn add @palta/unstyleornpm install --save @palta/unstyle - Import like this:
import '@palta/unstyle'; - Or import SCSS directly:
@import "~@palta/unstyle/scss/unstyle";;
Usage
Button
<button className="button-unstyle">Unstyled button</button>