New component

This commit is contained in:
2020-08-21 17:51:22 +02:00
parent 066de9a052
commit e56415913f
6 changed files with 43 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
RV-ContentCrop{
@mixin RV-ContentCrop{
&,* {
overflow: hidden;
word-break: break-all;
@@ -37,5 +37,5 @@ RV-ContentCrop{
}
.RV-ContentCrop__Container {
@extend RV-ContentCrop;
@include RV-ContentCrop;
}