Skip to content

lostfictions/stylelint-config-lostfictions

Repository files navigation

Here it is. You'll need to configure some rules yourself, to wit:

{
  "extends": [
    "stylelint-config-lostfictions"
  ],
  "rules": {
    "plugin/value-no-exposed-custom-properties": [
      true,
      {
        "importFrom": [
          "src/styles/vars.css"
        ]
      }
    ],
    "csstools/value-no-unknown-custom-properties": [
      true,
      {
        "importFrom": [
          "src/styles/vars.css"
        ]
      }
    ],
    "csstools/media-use-custom-media": [
      "always-known",
      {
        "importFrom": [
          "src/styles/vars.css"
        ]
      }
    ]
  }
}

About

my stylelint config for me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published