We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ea352 commit 1b6e677Copy full SHA for 1b6e677
spec/libsass-closed-issues/issue-2681/input.scss
@@ -0,0 +1,12 @@
1
+%button-styles {
2
+ color: red;
3
+
4
+ &:focus {
5
+ color: blue;
6
+ }
7
+}
8
9
+[type="button"] {
10
+ @extend %button-styles;
11
12
spec/libsass-closed-issues/issue-2681/output.css
@@ -0,0 +1,6 @@
+[type="button"]:focus {
0 commit comments