You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,17 +387,15 @@ This loader differs from the other because we have to pass an attribute to it, a
387
387
## Contributing
388
388
389
389
1. Clone this repository.
390
-
2.`yarn install` and `yarn serve`
391
-
3. Open => `http://localhost:3000` (if it didn't open automatically)
390
+
2.Run `yarn install` and `yarn start`
391
+
3. Open `http://localhost:3000`.
392
392
4. Make your magic contribution.
393
-
4.1. Choose a special name for your loader (`loaders-name-you-want`) and add to `loaders.json`.
394
-
4.2. Creates the example file inside the `examples` folder (uses the loader name you chose). You can copy one of the examples and make the necessary changes.
395
-
4.3. Creates the `.sass` files. The first one inside `src` folder which is the root style file for the loader and it will import the other files. And the other one, inside `loaders` folder with the specific style for the loader (both must have the same name you chose - _loader-name-you-chose_).
393
+
* Choose a special name for your loader (`loaders-name-you-want`) and add to `loaders.json`.
394
+
* Create the example file inside the `examples` folder (uses the loader name you chose). You can copy one of the examples and make the necessary changes.
395
+
* Create the `.sass` files. The first one inside `src` folder which is the root style file for the loader and it will import the other files. And the other one, inside `loaders` folder with the specific style for the loader (both must have the same name you chose - _loader-name-you-chose_).
396
396
5. Run `yarn build` to create/update the dist files.
397
397
6. Open a _PR_ with a new branch describing your changes. <o/
398
398
399
-
## Browser Support
400
-
401
399
All examples use CSS _animation_ which is supported by [most current browsers](http://caniuse.com/#search=animation).
0 commit comments