Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 4acdb5b..c7892c3 100644
--- a/README.md
+++ b/README.md
@@ -12,20 +12,11 @@ yarn add stylelint-config-twbs-bootstrap --dev
## Usage
-We provide a config for both CSS and SCSS. You can choose which one you would like to extend in your configuration:
-
-### CSS
-
-```json
-{
- "extends": "stylelint-config-twbs-bootstrap/css"
-}
-```
-
-### SCSS
+We provide a single config that covers both CSS and SCSS. It will automatically apply SCSS rules to files ending in `.scss`.
+You simply have to extend this config:
```json
{
- "extends": "stylelint-config-twbs-bootstrap/scss"
+ "extends": "stylelint-config-twbs-bootstrap"
}
```