瀏覽代碼

Fix import error.

Jeff Ong 4 年之前
父節點
當前提交
7f846e0b79
共有 4 個文件被更改,包括 34 次插入34 次删除
  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/abstracts/mixins";
-@import "../../../seedlet/assets/sass/base/accesibility";
+@import "../../../seedlet/assets/sass/base/accessibility";
 @import "breakpoints";
 @import "breakpoints";
 @import "responsive";
 @import "responsive";
 @import "posts-and-pages";
 @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
  */
  */
-/**
- * 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"] {
 .screen-reader-text, .search-form input[type="submit"] {
+	/* Text meant only for screen readers. */
 	border: 0;
 	border: 0;
 	clip: rect(1px, 1px, 1px, 1px);
 	clip: rect(1px, 1px, 1px, 1px);
 	clip-path: inset(50%);
 	clip-path: inset(50%);
@@ -71,6 +56,21 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	outline: 0;
 	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,
 .archive .post .entry-title,
 .home .post .entry-title {
 .home .post .entry-title {
 	font-size: var(--global--font-size-lg);
 	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
  */
  */
-/**
- * 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"] {
 .screen-reader-text, .search-form input[type="submit"] {
+	/* Text meant only for screen readers. */
 	border: 0;
 	border: 0;
 	clip: rect(1px, 1px, 1px, 1px);
 	clip: rect(1px, 1px, 1px, 1px);
 	clip-path: inset(50%);
 	clip-path: inset(50%);
@@ -71,6 +56,21 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	outline: 0;
 	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,
 .archive .post .entry-title,
 .home .post .entry-title {
 .home .post .entry-title {
 	font-size: var(--global--font-size-lg);
 	font-size: var(--global--font-size-lg);

文件差異過大導致無法顯示
+ 1 - 1
spearhead/style.css.map


部分文件因文件數量過多而無法顯示