1. stylelint-config-twbs-bootstrap
An opinionated Stylelint config used by Bootstrap across our projects.
stylelint-config-twbs-bootstrap
Package: stylelint-config-twbs-bootstrap
Created by: twbs
Last modified: Tue, 02 Apr 2024 06:18:13 GMT
Version: 14.1.0
License: MIT
Downloads: 538,610
Repository: https://github.com/twbs/stylelint-config-twbs-bootstrap

Install

npm install stylelint-config-twbs-bootstrap
yarn add stylelint-config-twbs-bootstrap

stylelint-config-twbs-bootstrap npm version CI Status

An opinionated Stylelint config used by Bootstrap across our projects.

Installation

 npm install stylelint-config-twbs-bootstrap --save-dev
# Or with yarn:
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 in your Stylelint config:

 {
  "extends": "stylelint-config-twbs-bootstrap"
}

To see the included rules, please check index.js.

License

Released under the MIT License.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code