Understand the spaceBase SCSS directory structure
masterThe scss/ directory is organized into three functional areas:
- Base: Contains core abstractions like the grid framework, mixins, and helpers. These are the building blocks of spaceBase. While you should not edit these core files, you can extend the framework by adding your own mixins to
mixins.scss. - UI: Contains project-specific styles (typography, forms, buttons, etc.). This is where you should tailor the framework to your specific application and organize your own partials.
- Vendor: Contains third-party dependencies like Normalize. You can add other vendor files here.