🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

stylelint-config-bootstrap

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-bootstrap

Default stylelint config used by Bootstrap.

0.2.0
latest
Source
npm
Version published
Weekly downloads
28
100%
Maintainers
4
Weekly downloads
 
Created
Source

stylelint-config-bootstrap

Default stylelint config used by Bootstrap.

Installation

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

{
  "extends": "stylelint-config-bootstrap/css"
}

SCSS

{
  "extends": "stylelint-config-bootstrap/scss"
}

Keywords

bootstrap

FAQs

Package last updated on 05 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts