Removed dropdown dependancy on button configuration
The dropdown export was checking if ```$include-html-button-classes == true```. This created a situation where disabling button classes disabled the dropdown classes as well. I created another variable called $include-html-dropdown-classes which can be used to enable or disable the dropdown classes.
Loading
Please sign in to comment