Skip to content

Commit c5d404f

Browse files
authored
Merge pull request #28 from WebDevStudios/chore/reorg-scss
Chore/reorg scss
2 parents 78c1147 + 5d91214 commit c5d404f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vendor/
2323

2424
# theme
2525
build/
26-
blocks/
26+
/blocks/
2727

2828
#tests
2929
pa11y-ci-report/

.stylelintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
blocks/
21
build/
2+
/blocks/
33
vendor/
44
node_modules/
55
!.*.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Meet WDS BT, a stylish block theme, tailored for WordPress, featuring native blo
7979
<summary><b>Theme Structure</b></summary>
8080
<pre>
8181
<code>
82-
└── wds=bt/
82+
└── wds-bt/
8383
├── CONTRIBUTING.md
8484
├── README.md
8585
├── a11y.cjs

assets/scss/editor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/* -- Editor Stykes -- */
1+
/* -- Editor Styles -- */

0 commit comments

Comments
 (0)