Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: reduce size CSS output file #266

Merged
merged 1 commit into from
Apr 4, 2023

Commits on Mar 28, 2023

  1. feat: reduce size CSS output file ~70%

     The added plugin, reduce the CSS file by removing unused CSS
     The plugin is kinda recommended by bootstrap[^1], reducing
     unused CSS is generally recommended as well enchance web
     perforamce[^2]
    
     [^1]: https://getbootstrap.com/docs/5.2/customize/optimize/#unused-css
     [^2]: https://web.dev/css-web-vitals/#critical-css
    
     Related issue: openedx/wg-frontend/issues/138
    ghassanmas committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e6fd704 View commit details
    Browse the repository at this point in the history