diff options
| author | XhmikosR <[email protected]> | 2022-04-08 09:17:00 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-08 09:17:00 +0300 |
| commit | 7648848e04d7cf4753d229f467a6b020c92b366e (patch) | |
| tree | c3b565e5bcd3b3b5b5d4d142cda969a049d9c455 /site/content/docs/5.1/examples/features/features.css | |
| parent | dab026fc2bb43aff8d16033143d1bf0d71198277 (diff) | |
| download | bootstrap-7648848e04d7cf4753d229f467a6b020c92b366e.tar.xz bootstrap-7648848e04d7cf4753d229f467a6b020c92b366e.zip | |
Update devDependencies (#36120)
* Update devDependencies
* @babel/core ^7.17.8 → ^7.17.9
* @popperjs/core ^2.11.4 → ^2.11.5
* clean-css-cli ^5.5.2 → ^5.6.0
* eslint-plugin-import ^2.25.4 → ^2.26.0
* find-unused-sass-variables ^4.0.3 → ^4.0.4
* karma-rollup-preprocessor ^7.0.8 → ^7.0.7
* sass ^1.49.11 → ^1.50.0
* stylelint 14.2.0 → ^14.6.1
* Fix currentcolor case
Diffstat (limited to 'site/content/docs/5.1/examples/features/features.css')
| -rw-r--r-- | site/content/docs/5.1/examples/features/features.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/examples/features/features.css b/site/content/docs/5.1/examples/features/features.css index f8322faf0..619222364 100644 --- a/site/content/docs/5.1/examples/features/features.css +++ b/site/content/docs/5.1/examples/features/features.css @@ -7,7 +7,7 @@ .icon-link > .bi { margin-top: .125rem; margin-left: .125rem; - fill: currentColor; + fill: currentcolor; transition: transform .25s ease-in-out; } .icon-link:hover > .bi { |
