Skip to content
This repository was archived by the owner on Jul 11, 2020. It is now read-only.
This repository was archived by the owner on Jul 11, 2020. It is now read-only.

"Compiled" CSS #9

@danbeam

Description

@danbeam

When given a DOM or URL that corresponds to a stylesheet, for this page only create a "compiled" set of styles with only the necessary styles in it. For example:

Given the mark up:

<div><h1>Yay!</h1></div>

The following styles:

div { color: red; }
h1 { color: black; }

could be "compiled" to:

h1 { color: black; }

because all uses of the div { color: red; } rule are overridden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions