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