Skip to content

Commit 866162a

Browse files
committed
continue button should be green i guess
1 parent d24e671 commit 866162a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Transforms:
55
```css
66
:local(.continueButton) {
77
extends: button from "library/button.css";
8-
background: red;
8+
color: green;
99
}
1010
```
1111

@@ -17,7 +17,7 @@ into:
1717
}
1818
:local(.continueButton) {
1919
extends: __tmp_487387465fczSDGHSABb;
20-
background: red;
20+
color: green;
2121
}
2222
```
2323

0 commit comments

Comments
 (0)