diff options
| author | XhmikosR <[email protected]> | 2020-06-16 19:32:00 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-16 19:32:00 +0300 |
| commit | 3b66bbeddc68fe701c23fa5aa3337c0b6711c583 (patch) | |
| tree | 26bbe094a2ed8dac751d60dac06047c1d409d4e4 /site/content/docs | |
| parent | ac2b7c0c8ea1611e2de658fa636c368e762ebc0e (diff) | |
| download | bootstrap-3b66bbeddc68fe701c23fa5aa3337c0b6711c583.tar.xz bootstrap-3b66bbeddc68fe701c23fa5aa3337c0b6711c583.zip | |
Fix a broken link and a redirect. (#31045)
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/5.0/customize/optimize.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/optimize.md b/site/content/docs/5.0/customize/optimize.md index a6a306109..646c0e6e4 100644 --- a/site/content/docs/5.0/customize/optimize.md +++ b/site/content/docs/5.0/customize/optimize.md @@ -44,7 +44,7 @@ _Help wanted with this section, please consider opening a PR. Thanks!_ While we don't have a prebuilt example for using [PurgeCSS](https://github.com/FullHuman/purgecss) with Bootstrap, there are some helpful articles and walkthroughs that the community has written. Here are some options: - <https://medium.com/dwarves-foundation/remove-unused-css-styles-from-bootstrap-using-purgecss-88395a2c5772> -- <https://lukencode.com/2018/07/29/automatically-removeunused-css-from-bootstrap-or-other-frameworks/> +- <https://lukelowrey.com/automatically-removeunused-css-from-bootstrap-or-other-frameworks/> Lastly, this [CSS Tricks article on unused CSS](https://css-tricks.com/how-do-you-remove-unused-css-from-a-site/) shows how to use PurgeCSS and other similar tools. |
