forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StoryBook: Fix error that could occur when loading compiled CSS (Word…
…Press#68526) * Revert "fix: Fix media query and reduced motion error (WordPress#68464)" This reverts commit 921536e. * Add extension explicitly in import statements Co-authored-by: t-hamano <[email protected]> Co-authored-by: ciampo <[email protected]> Co-authored-by: tyxla <[email protected]>
- Loading branch information
1 parent
22fbc32
commit b2a83a3
Showing
13 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/block-editor/build-style/style"; | ||
@import "../../packages/block-editor/build-style/style.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/block-editor/build-style/style-rtl"; | ||
@import "../../packages/block-editor/build-style/style-rtl.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@import "../../packages/block-library/build-style/style"; | ||
@import "../../packages/block-library/build-style/theme"; | ||
@import "../../packages/block-library/build-style/editor"; | ||
@import "../../packages/block-library/build-style/style.css"; | ||
@import "../../packages/block-library/build-style/theme.css"; | ||
@import "../../packages/block-library/build-style/editor.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@import "../../packages/block-library/build-style/style-rtl"; | ||
@import "../../packages/block-library/build-style/theme-rtl"; | ||
@import "../../packages/block-library/build-style/editor-rtl"; | ||
@import "../../packages/block-library/build-style/style-rtl.css"; | ||
@import "../../packages/block-library/build-style/theme-rtl.css"; | ||
@import "../../packages/block-library/build-style/editor-rtl.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/components/build-style/style"; | ||
@import "../../packages/components/build-style/style.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/components/build-style/style-rtl"; | ||
@import "../../packages/components/build-style/style-rtl.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/dataviews/build-style/style"; | ||
@import "../../packages/dataviews/build-style/style.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/dataviews/build-style/style-rtl"; | ||
@import "../../packages/dataviews/build-style/style-rtl.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/edit-site/build-style/style"; | ||
@import "../../packages/edit-site/build-style/style.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/edit-site/build-style/style-rtl"; | ||
@import "../../packages/edit-site/build-style/style-rtl.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/format-library/build-style/style"; | ||
@import "../../packages/format-library/build-style/style.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import "../../packages/format-library/build-style/style-rtl"; | ||
@import "../../packages/format-library/build-style/style-rtl.css"; |