0.1.3 • Published 6 years ago

cc-toolkit v0.1.3

Weekly downloads
12
License
-
Repository
-
Last release
6 years ago

Crescendo Toolkit cc-toolkit

Get started

#!javascript
define(['cc-toolkit/js/page'], function(){})
  • Include scss modules using ~cc-toolkit/scss/module-name.
#!scss
@import '~cc-toolkit/scss/form';

Tools

  • node
  • yarn
  • gulp
  • webpack

TODO

  • base file (main file / imports )
  • variables
  • forms
  • buttons
  • type ( fonts )
  • reset
  • grid

Recommended modules for your needs

untested

Development

To develop you will need to clone this repo and https://bitbucket.org/trillitech/frontend-toolkit. The then make a yarn link of the local cc-toolkit repo to use in the frontend-toolkit repo. Steps to do this.

#!terminal
$ git clone git@bitbucket.org:trillitech/toolkit.git
$ cd toolkit
$ yarn
$ gulp
$ yarn link
$ cd ../
$ hg clone https://bitbucket.org/trillitech/frontend-toolkit
$ cd frontend-toolkit
$ yarn
$ yarn link cc-toolkit
$ gulp ( or gulp server )
0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.38

7 years ago