Skip to content

Commit 166409b

Browse files
committed
removed backticks on list
1 parent f0e369a commit 166409b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ Your finished project must include all of the following requirements:
7272
* [ ] Navigate to your `index.less` file. Notice the file is blank. You have been asked to use a certain import order. That order is as follows:
7373

7474
```markdown
75-
1.`variables.less`
76-
2.`mixins.less`
77-
3.`reset.less`
78-
4.`global.less`
79-
5.`navigation.less`
80-
6.`footer.less`
81-
7.`home-page.less`
75+
1.variables.less
76+
2.mixins.less
77+
3.reset.less
78+
4.global.less
79+
5.navigation.less
80+
6.footer.less
81+
7.home-page.less
8282
```
8383

8484
_You will know everything is working properly when you see the styles enabled for the provided content._

0 commit comments

Comments
 (0)