From 86912e22728b8428d25b075be57cd35d6e484692 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 10 Mar 2021 19:41:05 +0100 Subject: [mod] oscar: get bootstrap and typeahead from NPM --- searx/static/themes/oscar/src/less/bootstrap/bootstrap.less | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 searx/static/themes/oscar/src/less/bootstrap/bootstrap.less (limited to 'searx/static/themes/oscar/src/less/bootstrap/bootstrap.less') diff --git a/searx/static/themes/oscar/src/less/bootstrap/bootstrap.less b/searx/static/themes/oscar/src/less/bootstrap/bootstrap.less new file mode 100644 index 000000000..d6145eb00 --- /dev/null +++ b/searx/static/themes/oscar/src/less/bootstrap/bootstrap.less @@ -0,0 +1,3 @@ +@import "../../../node_modules/bootstrap/less/bootstrap.less"; + +@import "typeahead.less"; -- cgit v1.2.3