Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

edit hover with sass

You can nest this code inside the element which you want to modify in a specific
state. Example:

button
  background: none
  &:hover
     color: red
   
This would result in a hover modified button
 
PREVIOUS NEXT
Tagged: #edit #hover #sass
ADD COMMENT
Topic
Name
1+3 =