-
Notifications
You must be signed in to change notification settings - Fork 26
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
Create SASS Mixins for Icons #21
Comments
That sounds good to me. |
Thanks, Geordan. I'll see what I can do... |
Done. The output CSS file looks the same to me. I'm new to Grunt so you might want to check my Gruntfile. And I used SCSS instead of SASS - does that matter? I was having trouble writing the mixin in SASS mode. :/ |
Do you want me to write a short how to guide for using the SASS files for inclusion in the readme? |
Yes that would be great! Thanks for contributing, btw!
Den 23 mar 2017 11:40 skrev "Fergus Hadley" <[email protected]>:
… Do you want me to write a short how to guide for using the SASS files for
inclusion in the readme?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHCfJfBVjwuI53yzV-vEr9r1cxht0jcPks5rokwJgaJpZM4Mjqsm>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Guys
I'm thinking of using this repo for the icons in my app but it seems to be written to only support declarative usage. I'd prefer to use the icons directly in my own SASS files.
Would you be open to me refactoring the SASS file to use mixins so you can call them directly in another SASS file, or output a CSS file exactly the same as the current one.
It'd be based roughly on (a simpler version of) this: http://jaydenseric.com/blog/fun-with-sass-and-font-icons
Alternatively, if you have a better idea for how to do this, I'd be glad to hear it.
The text was updated successfully, but these errors were encountered: