-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
We should decide (and document!) which browsers and versions/% of real-world users we'd like to support, since it informs which browser features we can use. For example, we currently have nested CSS in base.css, but the support for this is <85% of users based on current browser usage. I think for a content-focused site like this, we should aim to support as many users as reasonably possible; in this specific example, I would suggest we either rewrite our CSS to not use nesting, or we use a preprocessor like SCSS or PostCSS to "unwrap" nested CSS before deployment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels