stylelint-config-carbon

Stylelint configuration for Carbon

Usage no npm install needed!

<script type="module">
  import stylelintConfigCarbon from 'https://cdn.skypack.dev/stylelint-config-carbon';
</script>

README

stylelint-config-carbon

Stylelint configuration for Carbon

Getting started

To install stylelint-config-carbon in your project, you will need to run the following command using npm:

npm install -S stylelint-config-carbon

If you prefer Yarn, use the following command instead:

yarn add stylelint-config-carbon

Usage

You can use stylelint-config-carbon in your project by extending it in your stylelint configuration. For example, if we had a .stylelintrc file:

{
  "extends": ["stylelint-config-carbon"]
}

🙌 Contributing

We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! 👀

📝 License

Licensed under the Apache 2.0 License.