scss-library/components/00_Global/_alignment.scss

9 lines
88 B
SCSS
Raw Normal View History

2020-08-23 11:36:58 +02:00
@mixin RV-Reset {
2020-08-21 16:50:22 +02:00
margin: 0;
padding: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
}