18F / Paid-Leave-Prototype

A proof of concept state paid family medical leave system
https://paid-leave-prototype.18f.gov/
Other
6 stars 3 forks source link

Simplify, merge form.css #12

Open waldoj opened 7 years ago

waldoj commented 7 years ago

Our form CSS right now contains many more rules than it needs to. Remove everything redundant, and figure out whether to combine it with the main site CSS file, or keep it as a separate file.

lauraGgit commented 7 years ago

Consider implementing a task runner - or a git hook to bundle css for distribution.

waldoj commented 7 years ago

It's not that kind of a CSS problem. :) I made a redundant CSS file, for debugging purposes, in order to figure out how to overwrite the existing CSS with new styles for the newly-generated CSS. That debugging CSS file needs to be stripped down to only the styles that do something.