-
Notifications
You must be signed in to change notification settings - Fork 2.5k
icons not defined in less files? #4658
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
Comments
This does seem to be a bug and a big deal for those of us trying to use the less files. Why has this not been addressed in almost a year? Where do these styles come from? |
I think this project is dead. Otherwise an issue like this would have caused a huge outcry. |
I'm confused. Are you claiming that the ui-grid project is dead? It is still actively developed and supported. |
@crazyjat Since this issue has not been fixed in a year as you pointed out, I believe nobody can use this project properly using less. Without less there is no proper white-labeling. And as a result I doubt the project could seriously be considered for production. And a project that is not production ready for such a long time is dead to me at least. |
The icons are defined by less that is generated by Fontello: http://fontello.com/ This was done when the icons were rapidly changing and having new ones added. Since they've stabilized quite a bit, the less could probably be used statically rather than generating it as part of the build. |
@c0bra Thanks for the info. I moved almost all my projects to |
Added icon definitions into icons.less and removed fontello from build process angular-ui#4658
Closed by #5762 |
* Fixes angular-ui#3832 * chore(less): Propose fix for angular-ui#4658 Added icon definitions into icons.less and removed fontello from build process angular-ui#4658
Hello
It seems that the icon definitions are not part of the ui-grid less files. Why is that? In my projects I only use less files and wanted to
@import '~angular-ui-grid/less/main.less';
. But to get that working I have to manually extract the icons from theui-grid.css
and add them to my own less files:Is this a bug or do I miss something here?
Cheers
Bernd
The text was updated successfully, but these errors were encountered: