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
@@ -80,7 +80,7 @@ Here are some key scripts you'll use during development. Be sure to look to our
80
80
Icons are typically only added by @mdo, but exceptions can be made. New glyphs are designed in Figma first on a 16x16px grid, then exported as flattened SVGs with `fill` (no stroke). Once a new SVG icon has been added to the `icons` directory, we use an npm script to:
81
81
82
82
1. Optimize our SVGs with SVGO.
83
-
2. Modify the SVGs source HTML, removing all attributes before setting new attributes and values in our preferred order.
83
+
2. Modify the SVGs source code, removing all attributes before setting new attributes and values in our preferred order.
84
84
85
85
Use `npm run icons` to run the script, run `npm run pages` to build permalink pages, complete those pages, and, finally, commit the results in a new branch for updating.
0 commit comments