@iris.interactive/handcook 2.9.21 → 2.9.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Welcome to HandCook 👨🍳
|
|
2
|
-

|
|
3
3
|

|
|
4
4
|
[](#)
|
|
5
5
|
[](https://twitter.com/captain\_iris)
|
package/package.json
CHANGED
|
@@ -179,11 +179,6 @@
|
|
|
179
179
|
border: $button-border;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
&--small {
|
|
183
|
-
padding: $button-padding-y-small $button-padding-x-small;
|
|
184
|
-
font-size: $button-font-size-small--rem;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
182
|
@include hover {
|
|
188
183
|
color: $button-color-hover;
|
|
189
184
|
background-color: $button-background-color-hover;
|