Sengi-Windows-MacOS-Linux/src/sass/_mixins.scss

17 lines
288 B
SCSS

@mixin clearfix {
&::after {
content: "";
display: table;
clear: both;
}
}
@mixin clearButton {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
// outline: inherit;
}