-
Update any
lego-CSS classes tooui-:This:
<div class="lego-dropdown-group"> ... </div>...becomes this:
<div class="oui-dropdown-group"> ... </div> -
Add the
oui-version to the SCSS:So this:
.#{$namespace}dropdown-group { ... }...becomes this:
.#{$namespace}dropdown-group, .oui-dropdown-group { ... }
Last active
September 27, 2017 18:16
-
-
Save daverau-optimizely/2d44d2dfe533c1f47583d3a0bf0e9643 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment