JSPM

@hoanggroup/unstyle

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q39582F
  • License MIT

Barebones styles for creating unstyled elements

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

  1. Run yarn add @palta/unstyle or npm install --save @palta/unstyle
  2. Import like this: import '@palta/unstyle';
  3. Or import SCSS directly: @import "~@palta/unstyle/scss/unstyle";;

Usage

Button

<button className="button-unstyle">Unstyled button</button>