You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to extend the current setup to maximize the potential of our SVG icon set. Specifically, each time we add a new icon, the following sequence should be run:
Create an optimized SVG version of the icon,
Create a PNG version of the icon,
Create a larger PNG version of the icon (2x - for Retina screens),
Create a symbol sprite from SVGs,
Create an icon font from SVGs,
Add the new icon to the list of Sass generator,
Add the new icon to the list of Less generator.
Also, our documentation at handsontable.com/docs should generate the list of icons automatically.
The text was updated successfully, but these errors were encountered:
We need to extend the current setup to maximize the potential of our SVG icon set. Specifically, each time we add a new icon, the following sequence should be run:
Also, our documentation at handsontable.com/docs should generate the list of icons automatically.
The text was updated successfully, but these errors were encountered: