2.3.0 • Published 10 months ago

stylelint-config-mirego v2.3.0

Weekly downloads
338
License
BSD-3-Clause
Repository
github
Last release
10 months ago

stylelint-config-mirego

💅 The shareable stylelint configuration we use at Mirego

Installation

npm i -D stylelint-config-mirego

Usage

If you’ve installed stylelint-config-mirego locally within your project, just set your stylelint config to:

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

Non-Sass Users

We have one rule that enforces the use of a Sass feature. If you don’t use Sass, you must disable that rule:

{
  "extends": "stylelint-config-mirego",
  "rules": {
    "mirego/prefer-sass-rgba-function": null
  }
}

License

stylelint-config-mirego is © 2018 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md file.

About Mirego

Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We're a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.

We also love open-source software and we try to give back to the community as much as we can.

2.3.0

10 months ago

2.2.0

1 year ago

2.1.0

2 years ago

2.0.0

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago