assets/css/scss/gutenberg.scss
/*
Theme Name: LSX
Theme URI: https://lsx.lsdev.biz/
Description: LSX is a light-weight, minimalistic and responsive WordPress theme that allows users to create fast, efficient and attractive websites that are feature-rich. We've built it to be fully compatible with WooCommerce, making it an ideal choice for your next eCommerce build. Its lightweight build ensures better load times, a bonus for both user experience and SEO.
Author: LightSpeed
Author URI: https://www.lsdev.biz/
Version: 2.4.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: lsx
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import 'global/variables';
@import 'global/mixins';
@import 'global/placeholders';
// Gutenberg Styles
@import 'layout/gutenberg-front';
@import 'components/gutenberg-blocks';
@import 'layout/top-menu';
@import 'layout/header';
@import 'layout/nav';
@import 'layout/search-form';
@import 'layout/breadcrumb';
@import 'layout/banner';
@import 'layout/content';
@import 'layout/pagination';
@import 'layout/comments';
@import 'layout/footer-cta';
@import 'layout/footer-widgets';
@import 'layout/footer';
@import 'layout/mobile';
@import 'templates/common';
@import 'templates/page';
@import 'templates/single';
@import 'templates/blog';
@import 'templates/archive';