VSheet.sass 420 B

123456789101112131415
  1. @use '../../styles/tools'
  2. @use './variables' as *
  3. @include tools.layer('components')
  4. .v-sheet
  5. display: block
  6. @include tools.border($sheet-border...)
  7. @include tools.elevation($sheet-elevation)
  8. @include tools.position($sheet-positions)
  9. @include tools.rounded($sheet-border-radius)
  10. @include tools.theme($sheet-theme...)
  11. &--rounded
  12. @include tools.rounded($sheet-rounded-border-radius)