|
@@ -8,7 +8,7 @@ Requires at least: WordPress 4.9.6
|
|
Version: 1.0
|
|
Version: 1.0
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
-Template: _dsgnsystm
|
|
|
|
|
|
+Template: varia
|
|
Text Domain: redhill
|
|
Text Domain: redhill
|
|
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
|
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
|
|
|
|
|
@@ -26,7 +26,7 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|
* Abstracts
|
|
* Abstracts
|
|
* - Mixins, variables and functions
|
|
* - Mixins, variables and functions
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/abstracts/imports";
|
|
|
|
|
|
+@import "../../varia/sass/abstracts/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Child Theme Deep
|
|
* Child Theme Deep
|
|
@@ -37,19 +37,19 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|
* Base
|
|
* Base
|
|
* - Reset the browser
|
|
* - Reset the browser
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/base/imports";
|
|
|
|
|
|
+@import "../../varia/sass/base/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Layout
|
|
* Layout
|
|
* - Structral and responsive styles
|
|
* - Structral and responsive styles
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/layout/imports";
|
|
|
|
|
|
+@import "../../varia/sass/layout/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Elements
|
|
* Elements
|
|
* - Styles for basic HTML elemants
|
|
* - Styles for basic HTML elemants
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/elements/imports";
|
|
|
|
|
|
+@import "../../varia/sass/elements/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Blocks
|
|
* Blocks
|
|
@@ -58,31 +58,31 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|
* - In the future the Block styles may get compiled to individual .css
|
|
* - In the future the Block styles may get compiled to individual .css
|
|
* files and conditionally loaded
|
|
* files and conditionally loaded
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/blocks/imports";
|
|
|
|
|
|
+@import "../../varia/sass/blocks/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Components
|
|
* Components
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/components/imports";
|
|
|
|
|
|
+@import "../../varia/sass/components/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Site Pages
|
|
* Site Pages
|
|
* - Page specific styles
|
|
* - Page specific styles
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/pages/imports";
|
|
|
|
|
|
+@import "../../varia/sass/pages/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Responsive Logic
|
|
* Responsive Logic
|
|
* - Loading this last to respect cascaing rules
|
|
* - Loading this last to respect cascaing rules
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/abstracts/responsive-logic";
|
|
|
|
|
|
+@import "../../varia/sass/abstracts/responsive-logic";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Vendors
|
|
* Vendors
|
|
* - Styles for 3rd party plugins and WP extensions
|
|
* - Styles for 3rd party plugins and WP extensions
|
|
*/
|
|
*/
|
|
-@import "../../_dsgnsystm/sass/vendors/imports";
|
|
|
|
|
|
+@import "../../varia/sass/vendors/imports";
|
|
|
|
|
|
/**
|
|
/**
|
|
* Child Theme Extra Styles
|
|
* Child Theme Extra Styles
|