You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

parent-selector.scss 223B

1234567891011121314
  1. a {
  2. font-weight: bold;
  3. text-decoration: none;
  4. &:hover { text-decoration: underline; }
  5. body.firefox & { font-weight: normal; }
  6. }
  7. #main {
  8. color: black;
  9. a {
  10. font-weight: bold;
  11. &:hover { color: red; }
  12. }
  13. }