Skip to main content

SCSS Structure

The primary style.scss contains the following main things inside it,

  • Fonts imports Defines custom or external fonts used in the template.
  • Global variables Declares variables for colors, spacing, typography, and other reusable values.
  • Global styles Sets the default styles for elements such as body, headings, and buttons.
  • SCSS imports Organizes the inclusion of partial SCSS files for better modularity and maintainability.