You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

label.scss 158B

1234567891011
  1. @mixin base-label($primaryStyleName : v-label) {
  2. .#{$primaryStyleName} {
  3. overflow: hidden;
  4. }
  5. .#{$primaryStyleName}.v-has-width {
  6. white-space: normal;
  7. }
  8. }