bettertend/frontend/node_modules/vuetify/lib/styles/tools/_rounded.sass

4 lines
113 B
Sass

@mixin rounded($radius: null, $important: false)
&
border-radius: $radius if($important, !important, null)