Skip to content

Commit 232ac30

Browse files
Исправляет описание расположения файлов
1 parent 99d873e commit 232ac30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ _styles.scss_
138138

139139
```bash
140140
├── build/
141-
│ └── styles/
141+
│ └── css/
142142
│ └── styles.css
143143
```
144144

@@ -158,7 +158,8 @@ _styles.scss_
158158
```bash
159159
├── build/
160160
│ └── images/
161-
│ ├── stack.svg // спрайт
161+
│ └── icons # папка для спрайта
162+
│ └── stack.svg # спрайт
162163
│ ├── bg.jpg
163164
│ ├── hero.png
164165
│ └── burger.svg

0 commit comments

Comments
 (0)