stylelint-preset-behance

Stylelint preset for Behance

Usage no npm install needed!

<script type="module">
  import stylelintPresetBehance from 'https://cdn.skypack.dev/stylelint-preset-behance';
</script>

README

stylelint-preset-behance npm travis

Stylelint preset for Behance

Install

$ npm install --save-dev stylelint-preset-behance
$ npm install --save-dev stylelint-order

Usage

Via .stylelintrc (Recommended)

.stylelintrc

{
  "extends": "stylelint-preset-behance"
}