mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 15:16:20 +01:00
10 lines
624 B
Plaintext
10 lines
624 B
Plaintext
// Alliance Auth customisations of the bootswatch Darkly theme
|
|
// To build a new CSS file you need to `npm install -g less less-plugin-clean-css`
|
|
// Then `lessc --clean-css="--advanced" darkly.less darkly.min.css`
|
|
|
|
@import "https://raw.githubusercontent.com/thomaspark/bootswatch/v3/bower_components/bootstrap/less/bootstrap.less";
|
|
@import "https://raw.githubusercontent.com/thomaspark/bootswatch/v3/darkly/variables.less";
|
|
@import "https://raw.githubusercontent.com/thomaspark/bootswatch/fa207fbbc80bd74339e179b054a322b092be98f6/darkly/bootswatch.less";
|
|
@import "../bootstrap-locals.less";
|
|
@import "../flatly-shared.less";
|