Outputs toggle stlyes.
all default o-toggle features.
@include oToggle();
only the styles for a toggle which applies display: none
when inactive.
@include oToggle($opts: ('display': true));
only the styles for a toggle which applies visibility: hidden
when inactive.
@include oToggle($opts: ('visibility': true));
Output all o-toggle features.
Outputs toggle stlyes.
all default o-toggle features.
@include oToggle();
only the styles for a toggle which applies display: none
when inactive.
@include oToggle($opts: ('display': true));
only the styles for a toggle which applies visibility: hidden
when inactive.
@include oToggle($opts: ('visibility': true));
Output all o-toggle features.