A component should be namespaced. Please adhere to ITCSS's or the project-specific namespacing.
.button { background: blue; padding: 10px 8px; }
.c-button { background: blue; padding: 10px 8px; }