Skip to content

Commit

Permalink
Documentation and linting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Mar 9, 2017
1 parent fa51437 commit e59a635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/sprites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ but there's no way to add new sprites to the system.
*Original Instructions (no longer valid)*

We use sprites to handle various icons and images throughout the CMS. These are automatically generated
by running `npm run build` and can be found at `/admin/client/src/sprites/dist`. To add new
by running `yarn run build` and can be found at `/admin/client/src/sprites/dist`. To add new
images to the sprites, simply add the image to the folder matching the image's size in
`/admin/client/sprites` then run `npm run sprites` to generate the sprite containing your image.
`/admin/client/sprites` then run `yarn run build` to generate the sprite containing your image.
Along with the new sprite containing your image, there will also be a new variable in
`/admin/client/styles/legacy/_sprites.scss` which you can use in your .scss file by first extending the class matching
the sprite (eg `@extend .icon-sprites-32x32;`), and then including your image using the variable
Expand Down

0 comments on commit e59a635

Please sign in to comment.