Skip to content

Old Compiling Less To Css

Adrien Pavao edited this page Oct 20, 2022 · 1 revision

Compiling CSS

Put your LESS files into this directory structure:

/codalab/apps/web/static/less/

In the less directory, you will find many subdirectories. Put your new LESS file in the subdirectory that is most relevant to it.

Run this command in the `codalab` directory, next to `package.json`

npm run build-css

Clone this wiki locally