Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit b6af3fb

Browse files
committed
format readme
1 parent 66f68b0 commit b6af3fb

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
@@ -43,17 +43,18 @@ Install the npm package or use the cdn option.
4343
`npm i @code-collabo/less-css-helper-library`
4444

4545
Reference the library in your project with:
46+
4647
`node_modules/@code-collabo/less-css-helper-library/css/styles.css` - _For css project_.
4748

4849
`node_modules/@code-collabo/less-css-helper-library/less/styles.less` - _For less project_.
4950

50-
You can just ***reference both*** in case you need to switch from `css` to `less` & vice versa. Make sure to add the reference(s) before that of your own css and/or less files.
51+
You can just _reference both_ in case you need to switch from `css` to `less` & vice versa. Make sure to add the reference(s) before that of your own css and/or less files.
5152

5253
If you are using less in an angular project for example, reference the one for less or both in the styles array in your angular.json file. You also need to import it at the top of your main .less file like so:
5354

5455
`@import 'node_modules/@code-collabo/less-css-helper-library/less/styles.less';`
5556

56-
#### Using CDN
57+
#### Using CDN:
5758
Add cdn content here once you have created & tested it.
5859

5960
#### Class names:

0 commit comments

Comments
 (0)