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(build): add cssnano to our postcss build script to shrink css output #903

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

ghiscoding
Copy link
Owner

  • using cssnano can lower CSS build files, not by much but still is an improvement, so why not :)

Before

image

After

image

- using [cssnano](https://github.com/cssnano/cssnano) can lower CSS build files, not by much but still is an improvement
@ghiscoding ghiscoding changed the title feat(build): add cssnano into postcss to shrink css output feat(build): add cssnano to our postcss build script to shrink css output Feb 14, 2023
@codecov
Copy link

codecov bot commented Feb 14, 2023

Codecov Report

Merging #903 (a1c6de1) into master (be33a68) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #903   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          244       244           
  Lines        16596     16596           
  Branches      5907      5907           
=========================================
  Hits         16596     16596           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ghiscoding ghiscoding merged commit b1ae2a7 into master Feb 14, 2023
@ghiscoding ghiscoding deleted the feat/css-nano branch February 14, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant