# HG changeset patch # User Mads Kiilerich # Date 2018-01-03 03:41:13 # Node ID 4a469c7df4bbe5913071a72e9bf0606cf503be13 # Parent b374803eafb6befa1f74e3833917d2b198346b34 less: import select2 css as less This will allow lessc to parse and rewrite the css, thus making it possible to for example adjust relative paths. diff --git a/kallithea/public/less/main.less b/kallithea/public/less/main.less --- a/kallithea/public/less/main.less +++ b/kallithea/public/less/main.less @@ -11,8 +11,8 @@ /* 3rd party styles */ @import "node_modules/bootstrap/less/bootstrap.less"; @import (inline) "../css/jquery.dataTables.css"; -@import (inline) "../js/select2/select2.css"; -@import (inline) "../js/select2/select2-bootstrap.css"; +@import (less) "../js/select2/select2.css"; +@import (less) "../js/select2/select2-bootstrap.css"; /* kallithea styles */ @import "kallithea-variables.less";