Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Selection mixin request #542

Closed
tmazeika opened this issue Oct 25, 2014 · 2 comments
Closed

Selection mixin request #542

tmazeika opened this issue Oct 25, 2014 · 2 comments

Comments

@tmazeika
Copy link
Contributor

There doesn't seem to be a mixin for ::selection and ::-moz-selection. An example could be:

@include selection {
  background-color: white;
  color: black;
}

outputs:

::selection {
  background-color: white;
  color: black; }
::-moz-selection {
  background-color: white;
  color: black; }
@tmazeika tmazeika changed the title Selection Mixin Request Selection mixin request Oct 25, 2014
This was referenced Oct 25, 2014
@tmazeika
Copy link
Contributor Author

I apologize for some of this Git spam. I've been having trouble with Git :/

@tysongach
Copy link
Contributor

Closing this to move all conversation for this over to the PR you put up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants