Answers for "sass extension"

CSS
5

scss extend

.error:hover {
  background-color: #fee;
}

.error--serious {
  @extend .error;
  border-width: 3px;
}
Posted by: Guest on October-08-2020
3

watch scss

sass --watch app/sass:public/stylesheets
Posted by: Guest on August-01-2020

Browse Popular Code Answers by Language