Sha256: 732129806e29a0922cb372c8c6b782aa8c83dc5497c654dec77fce3539237bd3

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

@import "../variables/border";

.border--top {
  border-top-width: $border;
}

.border--bottom {
  border-bottom-width: $border;
}

.border--left {
  border-left-width: $border !important;
}

.border--all {
  border-width: $border !important;
}

.border--round {
  border-radius: $rounded-full !important;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sass-zero-1.1.4 app/assets/stylesheets/sass-zero/utilities/border.scss
sass-zero-1.1.3 app/assets/stylesheets/sass-zero/utilities/border.scss