Skip to content
Snippets Groups Projects
Commit 0aecd4f5 authored by alexisben's avatar alexisben
Browse files

add inherit text mixin

parent 80619b5f
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@
a
color: inherit
text-decoration-color: $block-call-to-action-color
// p
// @include h2
p
@include h2
.actions
[role="group"]
@include media-breakpoint-down(desktop)
......
......@@ -171,6 +171,13 @@ small, .small
.rich-text
@include rich-text
@mixin inherit-text
font-family: inherit
font-weight: inherit
font-style: inherit
font-size: inherit
line-height: inherit
[itemprop="articleBody"]
@include rich-text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment