Skip to content

Support for ::before and ::after pseudo elements? #210

Open
@RedHatter

Description

@RedHatter

Would it be possible to support the ::before and ::after pseudo elements? I would expect the code below to show a red rectangle in the center of the screen ... but the pseudo element is not positioned/styled.

#content {
  width: == 200;
  height: == 200;
  center: == ::window[center];
}

#content::before {
  content: ' ';
  background-color: red;
  width: == #content[width];
  height: == #content[height];
}

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