Guest User

Untitled

a guest
Oct 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @lightText: #ddd;
  2. @darkText: #222;
  3. @back: #aaa;
  4.  
  5. .color(@bg){
  6. color: contrast(@bg, @darkText, @lightText);
  7. }
  8. .selector{
  9. .color(@back);
  10. background: @back;
  11. }
Add Comment
Please, Sign In to add comment