-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(clay-css): Utilities
.c-inner
should inherit sizing styles fro…
…m parent feat(clay-css): Utilities adds Sass map `$c-inner` which uses mixin `clay-css` issue #2763
- Loading branch information
1 parent
81ea040
commit 7dd8f58
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,7 +233,7 @@ | |
|
||
@if ($enable-c-inner) { | ||
.c-inner { | ||
outline: 0; | ||
@include clay-css($c-inner); | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters