You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have one long custom CSS file to style the dashboard. Though we should try to clean this up / get rid of what isn't needed anymore:
Remove all unnecessary CSS from www/dfe_shiny_gov_style.css without altering the appearance of the app by...
Make use of what is already attached in shinyGovstyle from the GDS design system, using functions like gov_text() to pull it in instead of relying on a CSS file in the repo
Move any CSS for specific components that remains into the dfeshiny package, attached to those specific components
Remove as many instances of !important as we can
!important is generally bad practice, and can usually be avoided by using the appropriate specificity for the CSS assignments
The text was updated successfully, but these errors were encountered:
We currently have one long custom CSS file to style the dashboard. Though we should try to clean this up / get rid of what isn't needed anymore:
Remove all unnecessary CSS from
www/dfe_shiny_gov_style.css
without altering the appearance of the app by...Make use of what is already attached in shinyGovstyle from the GDS design system, using functions like
gov_text()
to pull it in instead of relying on a CSS file in the repoMove any CSS for specific components that remains into the dfeshiny package, attached to those specific components
Remove as many instances of !important as we can
The text was updated successfully, but these errors were encountered: