mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Switch to inline comments for stylelint inline directives.
Otherwise the comments are actually output to the CSS.
This commit is contained in:
parent
4ebe2b8753
commit
fb5a1c6b29
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-max-id, declaration-no-important */
|
||||
// stylelint-disable selector-max-id, declaration-no-important
|
||||
|
||||
#carbonads {
|
||||
display: block;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable declaration-no-important, selector-attribute-quotes */
|
||||
// stylelint-disable declaration-no-important, selector-attribute-quotes
|
||||
|
||||
// Docsearch overrides
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable property-no-vendor-prefix */
|
||||
// stylelint-disable property-no-vendor-prefix
|
||||
|
||||
.anchorjs-link {
|
||||
color: inherit;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
|
||||
// stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type
|
||||
|
||||
.bs-customizer .toggle {
|
||||
float: right;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
|
||||
// stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type
|
||||
|
||||
// Grid examples
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable at-rule-no-vendor-prefix */
|
||||
// stylelint-disable at-rule-no-vendor-prefix
|
||||
|
||||
/*!
|
||||
* IE10 viewport hack for Surface/desktop Windows 8 bug
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable value-no-vendor-prefix, function-name-case */
|
||||
// stylelint-disable value-no-vendor-prefix, function-name-case
|
||||
|
||||
.bs-docs-masthead,
|
||||
.bs-docs-header {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-max-type, selector-no-qualifying-type, declaration-no-important */
|
||||
// stylelint-disable selector-max-type, selector-no-qualifying-type, declaration-no-important
|
||||
|
||||
//
|
||||
// Misc
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type, declaration-no-important */
|
||||
// stylelint-disable selector-no-qualifying-type, declaration-no-important
|
||||
|
||||
// Responsive (scrollable) doc tables
|
||||
.table-responsive .highlight pre {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
// stylelint-disable selector-max-compound-selectors
|
||||
|
||||
// By default it's not affixed in mobile views, so undo that
|
||||
.bs-docs-sidebar.affix {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-max-id */
|
||||
// stylelint-disable selector-max-id
|
||||
|
||||
#skippy {
|
||||
display: block;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable declaration-block-single-line-max-declarations */
|
||||
// stylelint-disable declaration-block-single-line-max-declarations
|
||||
|
||||
.hll { background-color: #ffc; }
|
||||
.c { color: #999; }
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
// stylelint-disable selector-no-qualifying-type */
|
||||
|
||||
//
|
||||
// Button groups
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
// stylelint-disable selector-no-qualifying-type
|
||||
|
||||
//
|
||||
// Buttons
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable media-feature-name-no-unknown */
|
||||
// stylelint-disable media-feature-name-no-unknown
|
||||
|
||||
//
|
||||
// Carousel
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable property-no-vendor-prefix */
|
||||
// stylelint-disable property-no-vendor-prefix
|
||||
|
||||
//
|
||||
// Close icons
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
// stylelint-disable selector-no-qualifying-type
|
||||
|
||||
//
|
||||
// Component animations
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation */
|
||||
// stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation
|
||||
|
||||
//
|
||||
// Forms
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword */
|
||||
// stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword
|
||||
|
||||
//
|
||||
// Glyphicons for Bootstrap
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
// stylelint-disable selector-no-qualifying-type
|
||||
|
||||
//
|
||||
// Input groups
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
// stylelint-disable selector-no-qualifying-type
|
||||
|
||||
//
|
||||
// List groups
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
|
||||
// stylelint-disable value-no-vendor-prefix, selector-max-id
|
||||
|
||||
#gradient {
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
|
||||
// stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword
|
||||
|
||||
// CSS image replacement
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
|
||||
// stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after
|
||||
|
||||
// Responsive image
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable declaration-no-important */
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
.responsive-visibility() {
|
||||
display: block !important;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
|
||||
// stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix
|
||||
|
||||
// Vendor Prefixes
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type, no-duplicate-selectors */
|
||||
// stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type, no-duplicate-selectors
|
||||
|
||||
//
|
||||
// Navbars
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
|
||||
// stylelint-disable selector-no-qualifying-type, selector-max-type
|
||||
|
||||
//
|
||||
// Navs
|
||||
|
2
less/normalize.less
vendored
2
less/normalize.less
vendored
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable */
|
||||
// stylelint-disable
|
||||
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors */
|
||||
// stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors
|
||||
|
||||
//
|
||||
// Panels
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
// stylelint-disable no-duplicate-selectors
|
||||
|
||||
//
|
||||
// Popovers
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
|
||||
// stylelint-disable declaration-no-important, selector-no-qualifying-type
|
||||
|
||||
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable at-rule-no-vendor-prefix */
|
||||
// stylelint-disable at-rule-no-vendor-prefix
|
||||
|
||||
//
|
||||
// Progress bars
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable declaration-no-important, at-rule-no-vendor-prefix */
|
||||
// stylelint-disable declaration-no-important, at-rule-no-vendor-prefix
|
||||
|
||||
//
|
||||
// Responsive: Utility classes
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type */
|
||||
// stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type
|
||||
|
||||
//
|
||||
// Tables
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors */
|
||||
// stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors
|
||||
|
||||
/*!
|
||||
* Bootstrap v3.4.0 (http://getbootstrap.com)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
// stylelint-disable selector-no-qualifying-type
|
||||
|
||||
//
|
||||
// Thumbnails
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
// stylelint-disable no-duplicate-selectors
|
||||
|
||||
//
|
||||
// Tooltips
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type */
|
||||
// stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type
|
||||
|
||||
//
|
||||
// Typography
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable declaration-no-important */
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
//
|
||||
// Utility classes
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stylelint-disable value-keyword-case */
|
||||
// stylelint-disable value-keyword-case
|
||||
|
||||
//
|
||||
// Variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user