Skip to content

Commit 84660e9

Browse files
authored
Update README.md
1 parent c4bec1d commit 84660e9

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -215,34 +215,34 @@ This can be ran directly in NPM scripts as you can see happening in this project
215215

216216
4. You can now start extending Nebula with your own styling. Following with the ITCSS structure it's recommended that you create the folders for the layers that you are extending and `@import` those files.
217217

218-
An example structure might look like this:
219-
220-
```
221-
scss/
222-
|
223-
├──main.scss
224-
├──_settings.scss
225-
├──_tools.scss
226-
├──_resets.scss
227-
├──_base.scss
228-
├──_objects.scss
229-
├──_components.scss
230-
├──_utilities.scss
231-
├──settings/
232-
| └──_nebula-overrides.scss
233-
| └──_my-settings.scss
234-
├──base/
235-
| └──_my-base-styles.scss
236-
├──objects
237-
| ├──_my-object-1.scss
238-
| └──_my-object-2.scss
239-
├──components/
240-
| ├──_my-component-1.scss
241-
| └──_my-component-2.scss
242-
└──utilities/
243-
├──_my-utility-1.scss
244-
└──_my-utility-2.scss
245-
```
218+
An example structure might look like this:
219+
220+
```
221+
scss/
222+
|
223+
├──main.scss
224+
├──_settings.scss
225+
├──_tools.scss
226+
├──_resets.scss
227+
├──_base.scss
228+
├──_objects.scss
229+
├──_components.scss
230+
├──_utilities.scss
231+
├──settings/
232+
| └──_nebula-overrides.scss
233+
| └──_my-settings.scss
234+
├──base/
235+
| └──_my-base-styles.scss
236+
├──objects
237+
| ├──_my-object-1.scss
238+
| └──_my-object-2.scss
239+
├──components/
240+
| ├──_my-component-1.scss
241+
| └──_my-component-2.scss
242+
└──utilities/
243+
├──_my-utility-1.scss
244+
└──_my-utility-2.scss
245+
```
246246
247247
## Default settings and config
248248

0 commit comments

Comments
 (0)