searxng/searx/static/themes
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
..
__common__ [fix] eslint --fix 2021-12-14 07:31:58 +01:00
oscar [build] /static 2022-01-07 08:36:32 +01:00
simple [mod] simple theme: change stylelint configuration 2022-01-16 18:50:19 +01:00
.gitattributes [fix] prevent leaflet.{css,js} from polluting git grep results 2022-01-06 14:33:19 +01:00