-
Notifications
You must be signed in to change notification settings - Fork 34
Get rid of legacy.css #126
Comments
I can take this on, will get that initial PR by tomorrow hopefully 👍 |
Will get a PR in the next day or so (migrating all the CSS to aphrodite and removing the legacy file) 👍 |
@kentcdodds I noticed in the other issue you mentioned a potential workaround for the descendant selection of pseudo-states, but it also seems that aphrodite doesn't officially support styling by tagnames instead of class. I'm thinking of how I can migrate everything as cleanly as possible and the legacy file has a bunch of descendant tags Do you think we can apply this workaround for now until we can come back and fix it later when it's supported? If so, I can apply that in-line to parent components (like |
Ah yeah, let's put those things in Thanks! |
This file is causing a bit of grief. I'd really like to get rid of it.
I think the first thing we need to do is to identify the styles that it has that are no longer in use (whether it be the class names no longer appear in the site or specificity causes it to be unused).
I'd like to get an initial PR that removes all the styles from
legacy.css
that are not in use. Then we can work on migrating the remaining stuff to aphrodite 👍The text was updated successfully, but these errors were encountered: