Skip to content

Instantly share code, notes, and snippets.

@omega-takai
Last active February 15, 2018 07:54
Show Gist options
  • Save omega-takai/190c1a8a74ee6a32122dce9fc544048e to your computer and use it in GitHub Desktop.
Save omega-takai/190c1a8a74ee6a32122dce9fc544048e to your computer and use it in GitHub Desktop.

CSS Report

I want to create a CSS report and delete any style.

  • Simple duplication of styles
  • Duplicate selectors
  • Specify properties that do not exist

Why do not automatically modify the code ?

There are tools that automatically clean up the CSS, but we should not automate it. We need to know what is going on. It has been maintained by humans and continues to be maintained by humans. The robot should not rewrite the code.

It is common in Japan.

So, I am looking for tools to help people.

Analyze

@omega-takai
Copy link
Author

So I tried to make a project.
https://github.com/t--takai/analyze-css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment