Changeset - 4a469c7df4bb
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-01-03 03:41:13
mads@kiilerich.com
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.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/main.less
Show inline comments
 
@@ -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";
0 comments (0 inline, 0 general)