github.com/esnet/gdg@v0.6.1-0.20240412190737-6b6eba9c14d8/website/.stylelintrc.json (about)

     1  {
     2    "extends": "stylelint-config-standard-scss",
     3    "rules": {
     4      "no-empty-source": null,
     5      "scss/comment-no-empty": null,
     6      "scss/at-extend-no-missing-placeholder": null,
     7      "at-rule-no-unknown": [
     8        true,
     9        {
    10          "ignoreAtRules": [
    11            "extend",
    12            "at-root",
    13            "debug",
    14            "warn",
    15            "error",
    16            "if",
    17            "else",
    18            "for",
    19            "each",
    20            "while",
    21            "mixin",
    22            "include",
    23            "content",
    24            "return",
    25            "function",
    26            "tailwind",
    27            "apply",
    28            "responsive",
    29            "variants",
    30            "screen"
    31          ]
    32        }
    33      ]
    34    }
    35  }