wiki.techinc.nl/docs/kss
Prateek Saxena 1f769a67c5 mediawiki.ui: Add radio buttons
Design specification on Trello-
https://trello.com/c/df2N2KJx/8-radio-buttons

Change-Id: Idb3d5177b6b2e9374de02416447fee9286e10a65
2014-11-26 10:20:18 +05:30
..
scripts LSG: Allow the style guide to build without npm present at runtime 2014-08-06 18:29:53 +00:00
styleguide-template Remove less.js 2014-11-19 18:42:52 +00:00
Makefile mediawiki.ui: Add radio buttons 2014-11-26 10:20:18 +05:30
package.json
README.txt Update kss style guide wording and README 2014-05-11 01:33:25 +02:00

The Makefile, package.json, scripts, styleguide-template, and
mediawiki.ui/styleguide.md files and directories here and in
resources/src/mediawiki.ui/ support the automatic generation
of CSS documentation from the source LESS files using kss for
node.js, https://github.com/kneath/kss

To build and open in your web browser, run:

MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make kssopen

For example,

MEDIAWIKI_LOAD_URL=1.2.3.4/w/load.php make kssopen

If MediaWiki is running on localhost, you can omit MEDIAWIKI_LOAD_URL.

To rebuild without opening the web browser, run:

MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make