Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 614 Bytes

File metadata and controls

12 lines (9 loc) · 614 Bytes

CSS parser

Terminal screenshot demonstrating user experience with parsing software

Screenshot of code editor showing result of using parsing software

  1. prompts user for .css file(s)
  2. prompts user for .html file(s)
  3. prints undefined classes and IDs, corresponding files
  4. prints unused classes and IDs, corresponding files and line numbers
  5. re-writes .css files without unused classes and IDs
  6. defines previously undefined style rules in .css files