Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 508 Bytes

single-form style for worktile marketplace's apps

Usage

  1. copy docs/main.css to assets folder
  2. add link which href is main.css to html's head as <link href="/path/main.css" rel="stylesheet" />
  3. copy <div class="single-wrap">...</div> and script in docs/index.html to you html

Online Demo

Click it see live demo

Development

npm run build:watch  // watch src scss
npm run build        // build css to docs folder