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

9 lines
101 B
SCSS

@mixin RV-Reset {
margin: 0;
padding: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
border: none;
}