UIKIT custom icons
Hi, Looking at the UIKit docs we should add the custom svg icons to a custom folder and then re-compile the less file?
The custom folder: /custom/icons/.svg Any custom theme: /custom/mytheme/icons/.svg
Where would we do this in Wave? Do we create the directory in /resources/themes/assets/ ?
Thanks Nick
Hi there,
You can find the theme at the resources/views/themes/uikit
, there is also a webpack
file in that folder.
I believe that any customizations to that theme, should be done in the resources/views/themes/uikit
folder.