SCSS: Objects vs. Components
- Objects are abstracted styles that can be used across different components
- Components are isolated pieces that are styled independently from other components. A style from a component should not affect another component
6/16/2015 ~ 1 min read
SCSS: Objects vs. Components