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/less/bootstrap/mixins/resize.less | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 searx/static/less/bootstrap/mixins/resize.less (limited to 'searx/static/less/bootstrap/mixins/resize.less') diff --git a/searx/static/less/bootstrap/mixins/resize.less b/searx/static/less/bootstrap/mixins/resize.less deleted file mode 100644 index 3acd3afdb..000000000 --- a/searx/static/less/bootstrap/mixins/resize.less +++ /dev/null @@ -1,6 +0,0 @@ -// Resize anything - -.resizable(@direction) { - resize: @direction; // Options: horizontal, vertical, both - overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` -} -- cgit v1.2.3