Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stylelint-config-nebula

rbrtsmith14MIT0.2.0

Stylelint Config for Nebula CSS

Nebula-CSS

readme

nebula-css-stylelint-config

Extends the Sass-Guidelines config.

Get Started

  1. npm install -D styelint-config-nebula

  2. A stylelint config for Nebula CSS. Use in your .stylelintrc

    {
    "extends": "stylelint-config-nebula"
    }