Browse Source

Fix import error.

Jeff Ong 4 years ago
parent
commit
7f846e0b79
4 changed files with 34 additions and 34 deletions
  1. 1 1
      spearhead/assets/sass/style.scss
  2. 16 16
      spearhead/style-rtl.css
  3. 16 16
      spearhead/style.css
  4. 1 1
      spearhead/style.css.map

+ 1 - 1
spearhead/assets/sass/style.scss

@@ -14,7 +14,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 */
 
 @import "../../../seedlet/assets/sass/abstracts/mixins";
-@import "../../../seedlet/assets/sass/base/accesibility";
+@import "../../../seedlet/assets/sass/base/accessibility";
 @import "breakpoints";
 @import "responsive";
 @import "posts-and-pages";

+ 16 - 16
spearhead/style-rtl.css

@@ -15,23 +15,8 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 /**
  * Required Variables
  */
-/**
- * Required Variables
- */
-/**
- * Repsonsive Styles
- */
-@media only screen and (min-width: 830px) {
-	:root {
-		--global--spacing-horizontal: 60px;
-		--global--spacing-vertical: 35px;
-		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
-		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
-	}
-}
-
-/* Text meant only for screen readers. */
 .screen-reader-text, .search-form input[type="submit"] {
+	/* Text meant only for screen readers. */
 	border: 0;
 	clip: rect(1px, 1px, 1px, 1px);
 	clip-path: inset(50%);
@@ -71,6 +56,21 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	outline: 0;
 }
 
+/**
+ * Required Variables
+ */
+/**
+ * Repsonsive Styles
+ */
+@media only screen and (min-width: 830px) {
+	:root {
+		--global--spacing-horizontal: 60px;
+		--global--spacing-vertical: 35px;
+		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
+		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
+	}
+}
+
 .archive .post .entry-title,
 .home .post .entry-title {
 	font-size: var(--global--font-size-lg);

+ 16 - 16
spearhead/style.css

@@ -15,23 +15,8 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 /**
  * Required Variables
  */
-/**
- * Required Variables
- */
-/**
- * Repsonsive Styles
- */
-@media only screen and (min-width: 830px) {
-	:root {
-		--global--spacing-horizontal: 60px;
-		--global--spacing-vertical: 35px;
-		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
-		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
-	}
-}
-
-/* Text meant only for screen readers. */
 .screen-reader-text, .search-form input[type="submit"] {
+	/* Text meant only for screen readers. */
 	border: 0;
 	clip: rect(1px, 1px, 1px, 1px);
 	clip-path: inset(50%);
@@ -71,6 +56,21 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	outline: 0;
 }
 
+/**
+ * Required Variables
+ */
+/**
+ * Repsonsive Styles
+ */
+@media only screen and (min-width: 830px) {
+	:root {
+		--global--spacing-horizontal: 60px;
+		--global--spacing-vertical: 35px;
+		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
+		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
+	}
+}
+
 .archive .post .entry-title,
 .home .post .entry-title {
 	font-size: var(--global--font-size-lg);

File diff suppressed because it is too large
+ 1 - 1
spearhead/style.css.map


Some files were not shown because too many files changed in this diff