riku
2025-07-10 2cffd9c7db5c3191cf172641c800e5a328d6f3af
src/styles/base.scss
@@ -38,7 +38,7 @@
  r: 'right',
  b: 'bottom'
);
$size: (4, 8, 10, 16);
$size: (2, 4, 8, 10, 16);
@each $dName, $dValue in $direction {
  @each $i in $size {
    .p-#{$dName}-#{$i} {
@@ -71,7 +71,7 @@
  default: var(--el-component-size-default),
  large: var(--el-component-size-large)
);
$ws: (20, 40, 60, 80, 100, 120, 150, 300);
$ws: (20, 40, 50, 60, 80, 100, 120, 150, 200, 250, 300);
@each $name, $value in $csize {
  .w-#{$name} {
    width: #{$value};