-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generates spritesheet from single css file #182
Labels
Comments
Yeah, that is not tested
I’m stop mantain this package about a year ago.
But, feel free to fork and pr (don’t forget to cover new functionality with
tests)
--
Gleb Mikheev
CTO
*Beta*
Bersenevsky Lane 5 Building 1
Mobile: +7 (916) 118-28-21
Telegram: https://t.me/glebmikheev
Facebook: https://www.facebook.com/glebmachine
www.betaagency.ru
https://www.facebook.com/beta.moscow/
|
I would like to take a stab on this, can you point me to right direction? Where can I make changes? What kind of changes it will require? |
I can't point you, need to research on this( |
I have also faced the same issue. .any success? |
@glebmachine - Thanks for releasing 1.0.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Gleb,
I'm using CSS Modules in my project and I have one css file per component. When I refer to the same sprite name in two different spritesheet then sprite is generated from single css file and doesn't take icons from different stylesheets into the account.
Example -
Now, The the generated sprite is taking only one file into the account and generating sprite. Ideally, it should take all the icons from different css files and spit out into single
sprite.png
.The text was updated successfully, but these errors were encountered: