Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1103a0da
Commit
1103a0da
authored
8 years ago
by
Nico Van den Winckel
Browse files
Options
Download
Email Patches
Plain Diff
Run npm tasks after scss cleanup
parent
10e76d77
3 merge requests
!22150
Complying with scss-lint for some mxin files
,
!22324
Added mixin for better z-index management
,
!22151
Update scss mixins to comply with scss-linting rules
Changes
23
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/dist/css/bootstrap.min.css.map
+0
-0
docs/dist/css/bootstrap.min.css.map
docs/dist/js/bootstrap.js
+2
-0
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
+233
-2
docs/dist/js/bootstrap.min.js
with
235 additions
and
2 deletions
+235
-2
docs/dist/css/bootstrap.min.css.map
-272 bytes (0%)
View file @
1103a0da
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
+
2
-
0
View file @
1103a0da
...
...
@@ -18,6 +18,8 @@ if (typeof jQuery === 'undefined') {
+
function
()
{
'
use strict
'
;
var
_typeof
=
typeof
Symbol
===
"
function
"
&&
typeof
Symbol
.
iterator
===
"
symbol
"
?
function
(
obj
)
{
return
typeof
obj
;
}
:
function
(
obj
)
{
return
obj
&&
typeof
Symbol
===
"
function
"
&&
obj
.
constructor
===
Symbol
&&
obj
!==
Symbol
.
prototype
?
"
symbol
"
:
typeof
obj
;
};
var
_createClass
=
function
()
{
function
defineProperties
(
target
,
props
)
{
for
(
var
i
=
0
;
i
<
props
.
length
;
i
++
)
{
var
descriptor
=
props
[
i
];
descriptor
.
enumerable
=
descriptor
.
enumerable
||
false
;
descriptor
.
configurable
=
true
;
if
(
"
value
"
in
descriptor
)
descriptor
.
writable
=
true
;
Object
.
defineProperty
(
target
,
descriptor
.
key
,
descriptor
);
}
}
return
function
(
Constructor
,
protoProps
,
staticProps
)
{
if
(
protoProps
)
defineProperties
(
Constructor
.
prototype
,
protoProps
);
if
(
staticProps
)
defineProperties
(
Constructor
,
staticProps
);
return
Constructor
;
};
}();
...
...
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
+
233
-
2
View file @
1103a0da
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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
Menu
Explore
Projects
Groups
Snippets