Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d59aa2c7
Commit
d59aa2c7
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule
parent
22f6a4be
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
scss/_dropdown.scss
+1
-1
scss/_dropdown.scss
scss/_images.scss
+2
-2
scss/_images.scss
scss/_type.scss
+2
-2
scss/_type.scss
scss/mixins/_caret.scss
+4
-4
scss/mixins/_caret.scss
site/docs/4.3/assets/scss/_brand.scss
+2
-2
site/docs/4.3/assets/scss/_brand.scss
site/docs/4.3/assets/scss/_callouts.scss
+2
-2
site/docs/4.3/assets/scss/_callouts.scss
site/docs/4.3/assets/scss/_clipboard-js.scss
+1
-1
site/docs/4.3/assets/scss/_clipboard-js.scss
with
14 additions
and
14 deletions
+14
-14
scss/_dropdown.scss
+
1
-
1
View file @
d59aa2c7
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
white-space
:
nowrap
;
white-space
:
nowrap
;
// Generate the caret automatically
// Generate the caret automatically
@include
caret
;
@include
caret
()
;
}
}
// The dropdown menu
// The dropdown menu
...
...
This diff is collapsed.
Click to expand it.
scss/_images.scss
+
2
-
2
View file @
d59aa2c7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
// which weren't expecting the images within themselves to be involuntarily resized.
// which weren't expecting the images within themselves to be involuntarily resized.
// See also https://github.com/twbs/bootstrap/issues/18178
// See also https://github.com/twbs/bootstrap/issues/18178
.img-fluid
{
.img-fluid
{
@include
img-fluid
;
@include
img-fluid
()
;
}
}
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
@include
box-shadow
(
$thumbnail-box-shadow
);
@include
box-shadow
(
$thumbnail-box-shadow
);
// Keep them at most 100% wide
// Keep them at most 100% wide
@include
img-fluid
;
@include
img-fluid
()
;
}
}
//
//
...
...
This diff is collapsed.
Click to expand it.
scss/_type.scss
+
2
-
2
View file @
d59aa2c7
...
@@ -82,12 +82,12 @@ mark,
...
@@ -82,12 +82,12 @@ mark,
//
//
.list-unstyled
{
.list-unstyled
{
@include
list-unstyled
;
@include
list-unstyled
()
;
}
}
// Inline turns list items into inline-block
// Inline turns list items into inline-block
.list-inline
{
.list-inline
{
@include
list-unstyled
;
@include
list-unstyled
()
;
}
}
.list-inline-item
{
.list-inline-item
{
display
:
inline-block
;
display
:
inline-block
;
...
...
This diff is collapsed.
Click to expand it.
scss/mixins/_caret.scss
+
4
-
4
View file @
d59aa2c7
...
@@ -33,11 +33,11 @@
...
@@ -33,11 +33,11 @@
vertical-align
:
$caret-vertical-align
;
vertical-align
:
$caret-vertical-align
;
content
:
""
;
content
:
""
;
@if
$direction
==
down
{
@if
$direction
==
down
{
@include
caret-down
;
@include
caret-down
()
;
}
@else
if
$direction
==
up
{
}
@else
if
$direction
==
up
{
@include
caret-up
;
@include
caret-up
()
;
}
@else
if
$direction
==
right
{
}
@else
if
$direction
==
right
{
@include
caret-right
;
@include
caret-right
()
;
}
}
}
}
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
margin-right
:
$caret-spacing
;
margin-right
:
$caret-spacing
;
vertical-align
:
$caret-vertical-align
;
vertical-align
:
$caret-vertical-align
;
content
:
""
;
content
:
""
;
@include
caret-left
;
@include
caret-left
()
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.3/assets/scss/_brand.scss
+
2
-
2
View file @
d59aa2c7
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
overflow
:
hidden
;
overflow
:
hidden
;
color
:
$bd-purple
;
color
:
$bd-purple
;
background-color
:
#f9f9f9
;
background-color
:
#f9f9f9
;
@include
border-radius
;
@include
border-radius
()
;
.inverse
{
.inverse
{
color
:
$white
;
color
:
$white
;
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
height
:
4rem
;
height
:
4rem
;
margin-right
:
.25rem
;
margin-right
:
.25rem
;
margin-left
:
.25rem
;
margin-left
:
.25rem
;
@include
border-radius
;
@include
border-radius
()
;
@include
media-breakpoint-up
(
md
)
{
@include
media-breakpoint-up
(
md
)
{
width
:
6rem
;
width
:
6rem
;
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.3/assets/scss/_callouts.scss
+
2
-
2
View file @
d59aa2c7
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
margin-bottom
:
1
.25rem
;
margin-bottom
:
1
.25rem
;
border
:
1px
solid
#eee
;
border
:
1px
solid
#eee
;
border-left-width
:
.25rem
;
border-left-width
:
.25rem
;
@include
border-radius
;
@include
border-radius
()
;
h4
{
h4
{
margin-top
:
0
;
margin-top
:
0
;
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
}
}
code
{
code
{
@include
border-radius
;
@include
border-radius
()
;
}
}
+
.bd-callout
{
+
.bd-callout
{
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.3/assets/scss/_clipboard-js.scss
+
1
-
1
View file @
d59aa2c7
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
color
:
#818a91
;
color
:
#818a91
;
background-color
:
transparent
;
background-color
:
transparent
;
border
:
0
;
border
:
0
;
@include
border-radius
;
@include
border-radius
()
;
&
:hover
{
&
:hover
{
color
:
$white
;
color
:
$white
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment