Prateek Saxena b4636815eb KSS: Make section headings links 9 роки тому
..
scripts ed420133a2 LSG: Allow the style guide to build without npm present at runtime 10 роки тому
styleguide-template b4636815eb KSS: Make section headings links 9 роки тому
Makefile 064ce94c80 LSG: Fix Makefile 10 роки тому
README.txt 4c098d0530 LSG: Break module list into text file for readability 10 роки тому
package.json 70be7d9441 Specify max compatible kss version 10 роки тому
styleGuideModules.txt 064ce94c80 LSG: Fix Makefile 10 роки тому

README.txt

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

When modifying styleGuideModules.txt, keep the list in strict alphabetical order (with no extra formatting), so CSS loads in the same order as ResourceLoader's addModuleStyles does; this can affect rendering.