buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

Menu requires two scss imports #1242

Open giogonzo opened 6 years ago

giogonzo commented 6 years ago

description

to have a styled Menu you currently need to import both menu.scss and actionsMenu.scss. This is useless, since the two are never used alone

misc

When doing this, be sure to also remove the double-import from bento: https://github.com/buildo/bento/blob/master/src/components/menu.scss