Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 294 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 294 Bytes

Install

Via Yarn

yarn global add parcel-bundler

yarn init -y

parcel index.html

Via NPM

npm install -g parcel-bundler

npm init -y

parcel index.html

FAQ

Where do I add my SASS files?

In the /sass folder

How do I import more SASS files

Import them in index.js