Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SASS files (.scss) are usually stored in the assets/sass/ folder of the plugin/theme. We usually use a main bootstrapping files (usually named style.sass scss for themes and plugin-xxx.sass scss for plugins). And this file usually only contains @import commands to partial files.

...