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

use css variable instead of sass variables

parent 2f5ad5fa
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,10 @@ body
font-family: $body-font-family
-moz-osx-font-smoothing: grayscale
-webkit-font-smoothing: antialiased
font-size: $body-size
font-size: var(--body-size)
line-height: var(--body-line-height)
font-variant-ligatures: common-ligatures
text-rendering: optimizelegibility
line-height: $body-line-height
@include media-breakpoint-up(desktop)
font-size: $body-size-desktop
// Experimental, not implemented yet
// https://github.com/jantimon/text-box-trim-examples
......
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