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:
authorXhmikosR <xhmikosr@gmail.com>2021-11-30 22:33:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-11-30 22:36:37 +0300
commit01814ef076ea5bf1702ff61783a94db819598700 (patch)
treeb565ed05504cf55ef034158d8457254e05f48c90
parentb5b20a761898e61420158528d920f1de21a4e392 (diff)
README.md: switch to shields.io for the CI badge too
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index c7892c3..f2f4f5e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# stylelint-config-twbs-bootstrap [![npm version](https://img.shields.io/npm/v/stylelint-config-twbs-bootstrap.svg)](https://www.npmjs.com/package/stylelint-config-twbs-bootstrap) [![Build Status](https://github.com/twbs/stylelint-config-twbs-bootstrap/workflows/Tests/badge.svg)](https://github.com/twbs/stylelint-config-twbs-bootstrap/actions?workflow=Tests)
+# stylelint-config-twbs-bootstrap [![npm version](https://img.shields.io/npm/v/stylelint-config-twbs-bootstrap)](https://www.npmjs.com/package/stylelint-config-twbs-bootstrap) [![Build Status](https://img.shields.io/github/workflow/status/twbs/stylelint-config-twbs-bootstrap/Tests/main?label=Tests&logo=github)](https://github.com/twbs/stylelint-config-twbs-bootstrap/actions?query=workflow%3ATests+branch%3Amain)
Default stylelint config used by Bootstrap.
@@ -12,8 +12,7 @@ yarn add stylelint-config-twbs-bootstrap --dev
## Usage
-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:
+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
{