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

Commit f9faf63

Browse files
authored
Add links to Ifycode profile, reset style & npm package
1 parent 244b963 commit f9faf63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ v1.0.0 contains reset styles & some classes which you can apply on html elements
2323
* `.img-default`
2424

2525
## How to use
26-
#### Install [package from npm]():
26+
#### Install [package from npm](https://www.npmjs.com/package/less-css-helper-library):
2727
`npm install less-css-helper-library`
2828

2929
#### Reference the library in your project with:
@@ -47,11 +47,11 @@ From the class names, it's easy to tell what they do. See effect when added to a
4747
* `.grid-auto-1-auto-row` sets display to grid, `grid-template-rows` to `auto 1fr auto` & `grid-template-columns` to `1fr`.
4848
* `.img-wrapper` has same qualities of `.flex-center`, but with overflow set to hidden - to be used on the parent of an `img` element.
4949
* `.img-wrapper-rounded` has same qualities of `.img-wrapper` but with border-radius set to 50% - to be used on the parent of an `img` element.
50-
* `.img-default` is same as our reset style for images. It sets an `img` element's max-width to 100% and height to auto. ***Note:*** An `img` element inside a parent that uses `.img-wrapper` or `.img-wrapper-rounded` must be set to the reset style.
50+
* `.img-default` is same as our [reset style](https://github.com/code-collabo/less-css-helper-library/blob/main/less/01-base/reset.less) for images. It sets an `img` element's max-width to 100% and height to auto. ***Note:*** An `img` element inside a parent that uses `.img-wrapper` or `.img-wrapper-rounded` must be set to the reset style.
5151

5252
You have total control over what the width of the element (and margin in the case of `-auto`) should be. More details & tutorial coming soon on this topic.
5353

5454
## How to contribute
55-
At the moment it is maintained by just one person - @Ifycode. Meaning that more features will be added only when needed. If you like and have started using the library in your projects but doesn't contain what you need (yet), you can help speed up the process by raising it as an issue or send a pull request. Please take note of the following:
55+
At the moment it is maintained by just one person - [@Ifycode](https://github.com/Ifycode). Meaning that more features will be added only when needed. If you like and have started using the library in your projects but doesn't contain what you need (yet), you can help speed up the process by raising it as an issue or send a pull request. Please take note of the following:
5656
* The styles or classes you propose must be as close as possible to css itself, group related property-value pairs, should be reusable, and usable in any section inside the body of html documents.
5757
* Do not make...

0 commit comments

Comments
 (0)