Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RedHatter opened this issue Jun 27, 2016 · 0 comments
Open

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

RedHatter opened this issue Jun 27, 2016 · 0 comments

Comments

@RedHatter
Copy link

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];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant