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
c2c0eebd
Unverified
Commit
c2c0eebd
authored
7 years ago
by
XhmikosR
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update devDependencies and gems. (#24876)
parent
6050d72a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Gemfile.lock
+1
-1
Gemfile.lock
package-lock.json
+523
-151
package-lock.json
package.json
+6
-6
package.json
scss/mixins/_text-hide.scss
+1
-0
scss/mixins/_text-hide.scss
with
531 additions
and
158 deletions
+531
-158
Gemfile.lock
+
1
-
1
View file @
c2c0eebd
...
...
@@ -28,7 +28,7 @@ GEM
nokogiri (~> 1.6)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.1
5.0
)
kramdown (1.1
6.1
)
liquid (4.0.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
523
-
151
View file @
c2c0eebd
This diff is collapsed.
Click to expand it.
package.json
+
6
-
6
View file @
c2c0eebd
...
...
@@ -93,7 +93,7 @@
"
bundlesize
"
:
"
^0.15.3
"
,
"
clean-css-cli
"
:
"
^4.1.10
"
,
"
cross-env
"
:
"
^5.1.1
"
,
"
eslint
"
:
"
^4.1
1
.0
"
,
"
eslint
"
:
"
^4.1
2
.0
"
,
"
eslint-plugin-compat
"
:
"
^2.1.0
"
,
"
glob
"
:
"
^7.1.2
"
,
"
htmllint-cli
"
:
"
^0.0.6
"
,
...
...
@@ -103,24 +103,24 @@
"
karma-detect-browsers
"
:
"
^2.2.6
"
,
"
karma-firefox-launcher
"
:
"
^1.0.1
"
,
"
karma-qunit
"
:
"
^1.2.1
"
,
"
node-sass
"
:
"
^4.7.
1
"
,
"
node-sass
"
:
"
^4.7.
2
"
,
"
nodemon
"
:
"
^1.12.1
"
,
"
npm-run-all
"
:
"
^4.1.2
"
,
"
popper.js
"
:
"
^1.12.9
"
,
"
postcss-cli
"
:
"
^4.1.1
"
,
"
qunitjs
"
:
"
^2.4.1
"
,
"
rollup
"
:
"
^0.5
1.8
"
,
"
rollup
"
:
"
^0.5
2.0
"
,
"
rollup-plugin-babel
"
:
"
4.0.0-beta.0
"
,
"
rollup-plugin-node-resolve
"
:
"
^3.0.0
"
,
"
shelljs
"
:
"
^0.7.8
"
,
"
shx
"
:
"
^0.2.2
"
,
"
sri-toolbox
"
:
"
^0.2.0
"
,
"
stylelint
"
:
"
^8.
2.0
"
,
"
stylelint
"
:
"
^8.
3.1
"
,
"
stylelint-config-recommended-scss
"
:
"
^2.0.0
"
,
"
stylelint-config-standard
"
:
"
^1
7
.0.0
"
,
"
stylelint-config-standard
"
:
"
^1
8
.0.0
"
,
"
stylelint-order
"
:
"
^0.7.0
"
,
"
stylelint-scss
"
:
"
^2.1.0
"
,
"
uglify-js
"
:
"
^3.
1.1
0
"
,
"
uglify-js
"
:
"
^3.
2.
0
"
,
"
vnu-jar
"
:
"
^17.11.1
"
,
"
workbox-build
"
:
"
^2.1.2
"
},
...
...
This diff is collapsed.
Click to expand it.
scss/mixins/_text-hide.scss
+
1
-
0
View file @
c2c0eebd
// CSS image replacement
@mixin
text-hide
()
{
// stylelint-disable-next-line font-family-no-missing-generic-family-keyword
font
:
0
/
0
a
;
color
:
transparent
;
text-shadow
:
none
;
...
...
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