原來 SASS 的「&」表示重複上一個迴圈的 selector,所以如果寫
.btn {
...
.navbar & {
background: lightsteelblue;
}
}
compile 後會變成
.btn {
...
}
.navbar .btn {
background: lightsteelblue;
}
文章內還有相鄰選擇器的例子供大家參考,我也多學到一招了 XDDD
http://blog.teamtreehouse.com/sass-tip-double-ampersand-selector
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「css parent selector」的推薦目錄:
- 關於css parent selector 在 MUKI SPACE INC. Facebook 的最讚貼文
- 關於css parent selector 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於css parent selector 在 大象中醫 Youtube 的最佳解答
- 關於css parent selector 在 大象中醫 Youtube 的最佳貼文
- 關於css parent selector 在 Is there a CSS parent selector? - Stack Overflow 的評價
- 關於css parent selector 在 The closest thing we have to a CSS parent selector - YouTube 的評價
- 關於css parent selector 在 SCSS Parent Selector | Johnny Wang Blog 的評價
- 關於css parent selector 在 domwashburn/postcss-parent-selector - GitHub 的評價
css parent selector 在 コバにゃんチャンネル Youtube 的最佳解答
css parent selector 在 大象中醫 Youtube 的最佳解答
css parent selector 在 大象中醫 Youtube 的最佳貼文
css parent selector 在 The closest thing we have to a CSS parent selector - YouTube 的推薦與評價
Sign up for updates and so you don't miss out on the launch! https://cssdemystified.com/While we don't have ... ... <看更多>
css parent selector 在 SCSS Parent Selector | Johnny Wang Blog 的推薦與評價
tag css , scss , parent-selector , @at-root. 前端工程師對以下需求一定很熟悉:. 當添加 bold class 給 parent 時,該如何添加styles 給 Hello ... ... <看更多>
css parent selector 在 Is there a CSS parent selector? - Stack Overflow 的推薦與評價
... <看更多>
相關內容