index-shop/assets/css/style.scss

28 lines
753 B
SCSS
Raw Normal View History

2025-12-10 15:12:06 +01:00
@charset "UTF-8";
@import "base/responsive";
@import "base/var";
@import "base/body";
@import "components/nav-tabs";
@import "components/btn--default";
@import "components/btn--don";
@import "components/form-newsletter";
@import "components/gauge";
@import "components/text";
@import "partials/site-header";
@import "partials/site-footer";
@import "template/support/layout";
@import "template/support/section--donation";
@import "template/support/section--comments";
@import "template/support/section--questions";
@import "template/support/section--video";
@import "template/shop/layout";
@import "template/shop/section--product";
@import "template/shop/thanks";
@import "template/shop/snipcart";
@import "template/subscription-newsletter/layout";