mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-05 00:50:25 +03:00
Correct renaming of functions
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -26,9 +26,9 @@ textarea {
|
||||
width: 100%;
|
||||
|
||||
@include appearance(none);
|
||||
@include borderradius(.4rem);
|
||||
@include boxshadow(none);
|
||||
@include boxsizing(inherit);
|
||||
@include border-radius(.4rem);
|
||||
@include box-shadow(none);
|
||||
@include box-sizing(inherit);
|
||||
|
||||
&:focus {
|
||||
border-color: $color-primary;
|
||||
|
Reference in New Issue
Block a user