You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to add a new swatch or colors you can add a new stylus file under `src/stylus/swatches/` and run [grunt](http://gruntjs.com/) from your command line.
24
24
25
+
- brew install node
26
+
- npm install -g grunt-cli
27
+
- cd to project's folder
28
+
- npm install
29
+
- grunt watch
30
+
- start modifying css/stylus files
31
+
25
32
## Notes
26
33
27
34
The current work is based on jQuery Mobile v1.3. This is still a work in progress. Please don't be afraid to report any issues you will find.
0 commit comments