Using Scope instead of modifier

This commit is contained in:
2020-08-01 09:29:27 +02:00
parent 71fda3ddbf
commit 6215b8dd7c
7 changed files with 125 additions and 124 deletions

View File

@@ -16,12 +16,4 @@
&--inline{
display: inline;
}
&--teaser{
font-family: $-primary-sans-serif-font;
color: $-secondary-color;
font-size: 1rem;
padding: 0px;
margin: 0px;
}
}

View File

@@ -9,12 +9,6 @@
"context": {
"modifier": "--main"
}
},
{
"name": "teaser",
"context": {
"modifier": "--teaser"
}
}
}
]
}