Skip to content

Commit

Permalink
Bower ignore, npm main
Browse files Browse the repository at this point in the history
  • Loading branch information
LukyVj committed Jun 18, 2016
1 parent 70a7b2c commit 55de781
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Website : [http://lukyvj.github.io/family.scss/](http://lukyvj.github.io/family.
Family.scss on [npm](https://www.npmjs.com/package/family.scss)

## Usage
First of all, import the [Family.scss source file](https://github.com/LukyVj/family.scss/blob/master/source/src/family.scss) into your project.
First of all, import the [Family.scss source file](https://github.com/LukyVj/family.scss/blob/master/source/src/_family.scss) into your project.

Then you can use the mixins right away on your stylesheets.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "family.scss",
"version": "1.0.6",
"description": "family.scss is a set of Sass mixins which will help you to manage the style of :nth-child'ified elements, in an easy way",
"main": "index.js",
"main": "source/src/_family.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
File renamed without changes.

0 comments on commit 55de781

Please sign in to comment.