summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/inlinedatefield/inlinedatefield.scss
blob: 06a24125c23b93480c526ffc7e70e39158179c6f (plain)
1
2
3
4
5
@mixin base-inline-datefield($primaryStyleName : v-inline-datefield){
        
    /* FIXME $primaryStyleName should be passed to the the mixing instead of the default. Fix when SASS compiler works. #9821 */
    @include base-datefield(v-inline-datefield);
}