How do I update the CSS and SASS only in vuejs demo 1 to get the keenIcons?
To update the CSS and SASS only in Vue.js Demo 1 to get the KeenIcons, you need to ensure that you have the latest KeenIcons assets included in your project. First, check if the KeenIcons package is installed or update it if necessary. Then, modify your SASS or CSS files by importing the required styles and ensuring your component structure supports the icon library. If you encounter any issues, clear your cache and recompile your styles. For a seamless development experience, you can explore Deadlox Free Download resources that provide additional design assets and styling enhancements.
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";
Perfect! I appreciate your quick response.