searxng/searx/static/themes/simple
Alexandre Flament 2084d7b1ed [mod] simple theme: change stylelint configuration
* disable declaration-empty-line-before
  https://stylelint.io/user-guide/rules/list/declaration-empty-line-before/
  this change allows to mix CSS declarations and LESS mixins without empty lines:

  #something {
    display: flex;
    .ltr-left(60rem); // no mandatory empty line before this one
  }

* disable no-invalid-position-at-import-rule
  https://stylelint.io/user-guide/rules/list/no-invalid-position-at-import-rule/

  this change allows to declare some mixins and then import another .less file:
  for example:

  .ltr-left(@offset) {
    left: @offset;
  }
  @import "style.less";
2022-01-16 18:50:19 +01:00
..
css [build] /static 2022-01-07 08:36:32 +01:00
img [build] /static 2021-12-18 21:25:22 +01:00
js [build] /static 2022-01-10 17:42:13 +01:00
src [fix] autocomple.js: register li.onmousedown instead li.onclick 2022-01-10 17:30:57 +01:00
.eslintrc.json [mod] SearXNG JavaScript Style Guide (eslint:recommended) 2021-12-14 06:50:26 +01:00
.gitignore [themes] ignore packages-lock.json 2021-06-22 08:17:06 +02:00
.jshintrc [emacs] .dir-locals.el: add setup for js-mode 2021-06-24 13:27:21 +02:00
.stylelintrc.json [mod] simple theme: change stylelint configuration 2022-01-16 18:50:19 +01:00
gruntfile.js [fix] stop less grunt runner on missing files 2022-01-14 13:16:24 +01:00
package.json [simple theme] activate - SearXNG JavaScript Style Guide 2021-12-14 07:50:53 +01:00
svg4favicon.svgo.js [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 2021-11-29 20:36:31 +01:00
svg4web.svgo.js [fix] eslint --fix 2021-12-14 07:31:58 +01:00