Skip to content
David Lu edited this page Oct 13, 2018 · 6 revisions

About

This repository is going to implement papoGen.css for papoGen owned CSS UI template. papoGen.css is generated by our designed in Sass/SCSS. If you have any problems, please feel free to ask us. We are very pleasured to help you.


Installation

  • Global
    # Install Sass on your develop env.
    $ [sudo] npm install -g sass
    # Run the compile script.
    $ ./scss.sh
  • Local
    # Build
    $ npm run build
    # Generate
    $ npm run gen

Authors

Clone this wiki locally