1.0.1 • Published 6 years ago
npm-tut2 v1.0.1
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>
1.0.1
6 years ago