You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whooshy/public/stylesheets/sass/mixins.sass

8 lines
163 B
Sass

@import vars
@mixin default-element
background: lighten($primary, 10%)
color: $primarySurface
border: 2px solid $primarySurface
transition-duration: 0.2s