Skip to content

base.css: Custom styles should not be within normalize.css section #170

Closed
@rdworth

Description

@rdworth

We have a number of overrides and custom styles mixed in with browser normalizations (from normalize.css) at the top of base.css. We should break these out below as

  1. They are not browser normalizations (otherwise they would be considered bugs in normalize), but simply custom base styles for us
  2. This inter-mixing prevents us from cleanly upgrading normalize.css when we want to change our browser support and get bug fixes, etc. This is true whether we do upgrades by hand (today) or through a build process (future).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions