Answered: Loading icons for web application dynamically (4.1)
Answered: Loading icons for web application dynamically (4.1)
I have ExtJS application and and I develop it sometimes. I don't want to specify each icon explicitly with CSS because there are too much icons ( http://p.yusukekamiyamane.com/ ), I just want to write the icon's name and go with it. What kind of solution can help me?
If you're using SASS/Compass, there are a number of blog posts I've seen about how to automate this process. You can even go a step further and bundle all of your icons into a CSS sprite - which would help with performance.
If you're using SASS/Compass, there are a number of blog posts I've seen about how to automate this process. You can even go a step further and bundle all of your icons into a CSS sprite - which would help with performance.