@use "../../style/variables" as *;

.#{$prefix}-grid {
  display: grid;
}

.#{$prefix}-grid-item {
  min-width: 0;
}
