Skip to content

Commit d2f2db8

Browse files
committed
Update README
1 parent c8c50a8 commit d2f2db8

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,17 @@ Meet WDS BT, a stylish block theme, tailored for WordPress, featuring native blo
109109
│   │   └── templates
110110
│   │   └── index.js
111111
│   └── scss
112+
│   ├── _index.scss
112113
│   ├── abstracts
113-
│   │   ├── _abstracts.scss
114-
│   │   ├── _mobile-only-mixins.scss
115-
│   │   ├── _responsive-mixins.scss
116-
│   │   └── _utility.scss
114+
│   │   ├── _index.scss
115+
│   │   ├── mobile-only-mixins.scss
116+
│   │   ├── responsive-mixins.scss
117+
│   │   └── utility.scss
117118
│   ├── base
118-
│   │   ├── _base.scss
119-
│   │   ├── _global.scss
120-
│   │   └── _pagination.scss
119+
│   │   ├── _index.scss
120+
| | ├── forms.scss
121+
│   │   ├── global.scss
122+
│   │   └── pagination.scss
121123
│   ├── blocks
122124
│   │   └── core
123125
│   │   ├── audio.scss
@@ -151,19 +153,15 @@ Meet WDS BT, a stylish block theme, tailored for WordPress, featuring native blo
151153
│   │   ├── tag-cloud.scss
152154
│   │   ├── verse.scss
153155
│   │   └── video.scss
154-
│   ├── components
155-
│   │   ├── _components.scss
156-
│   │   └── _forms.scss
157-
│   ├── index.scss
158-
│   ├── layout
159-
│   │   ├── _footer.scss
160-
│   │   ├── _header.scss
161-
│   │   └── _layout.scss
156+
│   ├── template-parts
157+
│   │   ├── _index.scss
158+
│   │   ├── footer.scss
159+
│   │   └── header.scss
162160
│   └── pages
163-
│   ├── _404.scss
164-
│   ├── _archive.scss
165-
│   ├── _pages.scss
166-
│   └── _search.scss
161+
│   ├── _index.scss
162+
│   ├── 404.scss
163+
│   ├── archive.scss
164+
│   └── search.scss
167165
├── composer.json
168166
├── composer.lock
169167
├── functions.php

0 commit comments

Comments
 (0)