Skip to content

Stylelint shareable config for Logux

License

Notifications You must be signed in to change notification settings

logux/stylelint-config

Repository files navigation

Logux Stylelint Config

Shareable Stylelint config and best practice for CSS.

Sponsored by Evil Martians

Install

pnpm add --save-dev @logux/stylelint-config stylelint

Usage

Add this config to package.json or other Stylelint config files.

  "stylelint": {
    "extends": "@logux/stylelint-config"
  }