mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
fix: linting issues
This commit is contained in:
parent
24981e9553
commit
a7c72c9992
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
@mixin btn-close-color($base-color-name) {
|
||||
@include color('color', #{$base-color-name}-light-10);
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
@include color('color', #{$base-color-name}-dark-10)
|
||||
@include color('color', #{$base-color-name}-dark-10);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue