Revision b6f3b05bb10655cc166eaaf46bd250aa211d2d88 authored by Timur Osmanov on 14 January 2022, 10:09:50 UTC, committed by GitHub on 14 January 2022, 10:09:50 UTC
* add documentation about ellipses

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* fix mistake

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
1 parent fc6525e
Raw File
.stylelintrc.json
{
  "extends": "stylelint-config-standard",
  "rules": {
    "indentation": 4,
    "value-keyword-case": null,
    "selector-combinator-space-after": null,
    "no-descending-specificity": null,
    "at-rule-no-unknown": [
      true,
      {
        "ignoreAtRules": ["extend"]
      }
    ],
    "selector-type-no-unknown": [
      true,
      {
        "ignoreTypes": ["first-child"]
      }
    ]
  },
  "ignoreFiles": ["**/*.js", "**/*.ts", "**/*.py"]
}
back to top