@jekrb/example-css
v1.0.0
Published
Downloads
1
Readme
quick usage
install
npm insall @jekrb/example-css
html
<div class='example'>
<h1>wow</h1>
<p>coool</p>
</div>
scss
@import '@jekrb/example-css/example'
build
node-sass --include-path ./node_modules scss/app.scss public_html/dist/app.css