We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
common mixins for scss You can import them in your application's SCSS file: @import "common"; Then use the mixins: .some-class{ @include round; }