Socket
Socket
Sign inDemoInstall

stylelint-config-twbs-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-twbs-bootstrap - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

package.json
{
"name": "stylelint-config-twbs-bootstrap",
"version": "1.0.0",
"version": "1.1.0",
"description": "Default stylelint config used by Bootstrap.",

@@ -40,4 +40,4 @@ "main": "css/index.js",

"devDependencies": {
"eslint": "^6.6.0",
"stylelint": "^12.0.0"
"eslint": "^6.8.0",
"stylelint": "^12.0.1"
},

@@ -44,0 +44,0 @@ "scripts": {

@@ -11,2 +11,3 @@ 'use strict';

'scss/at-function-named-arguments': 'never',
"scss/at-function-pattern": "^[a-z][a-z-]*$",
'scss/at-function-parentheses-space-before': 'never',

@@ -21,2 +22,3 @@ 'scss/at-import-no-partial-leading-underscore': true,

'scss/dollar-variable-no-missing-interpolation': true,
"scss/dollar-variable-pattern": "^[a-z][a-z-\\d]*$",
'scss/media-feature-value-dollar-variable': null,

@@ -23,0 +25,0 @@ 'scss/no-duplicate-dollar-variables': [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc