From 598c5de027355b4543e9b5f7128c93d470a0f4a4 Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 23 Aug 2020 11:36:58 +0200 Subject: [PATCH] Renaming --- components/00_Global/_alignment.scss | 4 ++-- components/01_Layouts/flexRow/_flexRow.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/00_Global/_alignment.scss b/components/00_Global/_alignment.scss index 963bb38..d8f8ef2 100644 --- a/components/00_Global/_alignment.scss +++ b/components/00_Global/_alignment.scss @@ -1,4 +1,4 @@ -@mixin align-content { +@mixin RV-AlignContent { * { text-align: unset; display: flex; @@ -35,7 +35,7 @@ } } -@mixin reset { +@mixin RV-Reset { margin: 0; padding: 0; top: 0; diff --git a/components/01_Layouts/flexRow/_flexRow.scss b/components/01_Layouts/flexRow/_flexRow.scss index 24fd0b6..48180b2 100644 --- a/components/01_Layouts/flexRow/_flexRow.scss +++ b/components/01_Layouts/flexRow/_flexRow.scss @@ -12,7 +12,7 @@ &__Item { width: 100%; - @include align-content; + @include RV-AlignContent; } }