From 55b9b10d2e39fb52d566441d44c1c132b7ff06fe Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 29 Sep 2014 15:47:05 +0200 Subject: oscar template: include typeahead.css into bootstrap.min.css --- searx/static/oscar/less/bootstrap/bootstrap.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'searx/static/oscar/less/bootstrap/bootstrap.less') diff --git a/searx/static/oscar/less/bootstrap/bootstrap.less b/searx/static/oscar/less/bootstrap/bootstrap.less index 61b77474f..79e7abd91 100644 --- a/searx/static/oscar/less/bootstrap/bootstrap.less +++ b/searx/static/oscar/less/bootstrap/bootstrap.less @@ -48,3 +48,6 @@ // Utility classes @import "utilities.less"; @import "responsive-utilities.less"; + +// own additions +@import "typeahead.less"; -- cgit v1.2.3