- copy
docs/main.css
to assets folder - add link which href is
main.css
to html's head as<link href="/path/main.css" rel="stylesheet" />
- copy
<div class="single-wrap">...</div>
and script indocs/index.html
to you html
npm run build:watch // watch src scss
npm run build // build css to docs folder