mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Fix syntax
This commit is contained in:
parent
cf26eb9cb2
commit
d3e400485e
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ $radius: 8px;
|
|||
border-radius: 8px;
|
||||
background: white;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid box-shadow-light-gray;
|
||||
border: 2px solid $box-shadow-light-gray;
|
||||
}
|
||||
|
||||
.studio-follow-button {
|
||||
|
|
Loading…
Reference in a new issue