mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30:16 +02:00
10 lines
573 B
Plaintext
10 lines
573 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 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/v3/darkly/bootswatch.less";
|
|
@import "../bootstrap-locals.less";
|
|
@import "../flatly-shared.less";
|