Skip to content

Decide on minumum browser support #23

@alexbainter

Description

@alexbainter

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.

Metadata

Metadata

Assignees

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