File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Full configuration reference: https://symfony.com/bundles/ux-icons/current/index.html#configuration
2+ ux_icons :
3+
4+ # Default HTML attributes to add to all icons
5+ default_icon_attributes :
6+
7+ # Use current text color to fill the icon
8+ fill : currentColor
9+
10+ # Default dimensions
11+ height : ' 1em'
12+ width : ' 1em'
13+
14+ # Throw an exception if an icon is not
15+ ignore_not_found : false
16+
17+ when@prod :
18+ ux_icons :
19+ # Suppress exceptions for missing icons in production
20+ ignore_not_found : true
Original file line number Diff line number Diff line change 1+ {
2+ "bundles" : {
3+ "Symfony\\ UX\\ Icons\\ UXIconsBundle" : [" all" ]
4+ },
5+ "copy-from-recipe" : {
6+ "assets/" : " assets/" ,
7+ "config/" : " %CONFIG_DIR%/"
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments