📜  用 sass 编辑悬停 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:57.857000             🧑  作者: Mango

代码示例1
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