8000 GitHub - qiuziGirl/stylelint-config-qiuzi: Stylelint config for qiuzi, based on Bootstrap
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qiuziGirl/stylelint-config-qiuzi

Repository files navigation

stylelint-config-qiuzi

Default stylelint config used by qiuzi.

Installation

npm install stylelint-config-qiuzi --save-dev
# Or with yarn:
yarn add stylelint-config-qiuzi --dev

Compatibility

This config is compatible with Stylelint v16.18.0 and above.

Usage

We provide a config for both CSS and SCSS. You can choose which one you would like to extend in your configuration:

CSS

{
  "extends": "stylelint-config-qiuzi/css"
}

SCSS

{
  "extends": "stylelint-config-qiuzi/scss"
}

ESM (Modern JavaScript)

We also provide an ESM config file that you can use with modern JavaScript:

// stylelint.config.mjs
import qiuziConfig from "stylelint-config-qiuzi";

export default {
  extends: [qiuziConfig],
  // Your custom rules here
};

About

Stylelint config for qiuzi, based on Bootstrap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0