Update css to ket Keene Icon
How do I update the CSS and SASS only in vuejs demo 1 to get the keenIcons?
Replies (2)
Deleted comment
Hi,
Thank you for reaching out to us.
To use keenicons you should copy src/assets/keenicons folder from Metronic Vue demo and then import iconset CSS files to your project as shown below.
@import "assets/keenicons/duotone/style.css";
@import "assets/keenicons/outline/style.css";
@import "assets/keenicons/solid/style.css"; You can find keenicon usage examples in our documentation.
https://preview.keenthemes.com/metronic8/vue/docs/icons/keenicons
Please don't hesitate to reach out if you have any additional questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team