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.

inlinedatefield.scss 258B

12345
  1. @mixin base-inline-datefield($primaryStyleName : v-inline-datefield){
  2. /* FIXME $primaryStyleName should be passed to the the mixing instead of the default. Fix when SASS compiler works. #9821 */
  3. @include base-datefield(v-inline-datefield);
  4. }