Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. .my-class {
  2. font-size: 12px;
  3. }
  4.  
  5. .my-another-class {
  6. /* here I want to include .my-class style */
  7. .my-class;
  8. border: 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement