_style.scss 245 B

1234567891011
  1. /*
  2. * Components
  3. * - Similar to Blocks but exist outside of the "current" editor context
  4. */
  5. @import "header/style";
  6. @import "footer/style";
  7. @import "entry/style";
  8. @import "pagination/style";
  9. @import "comments/style";
  10. @import "widgets/style";