Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

specificity wars #2

Open
Open
@CristinaSolana

Description

@CristinaSolana

We should consider using less id selectors and possibly, only including normalization when it comes to the box model in screen.css, it causes specificity wars when working with custom themes.

For example:

#column-group-beta p {padding: 10px 0 0 0;}
makes it so that I have to do something like:
#column-group-beta .some-class-here p {padding: 0;}

We should just have a base style for p {} that can then be overriden in custom themes like so: p {} or if more specificity needed something like: .foobar p {} should suffice

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