Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: SASS (104)

ERROR in ./resources/assets/demo1/sass/plugins.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):SassError: $color2: var(--bs-gray-900) is not a color. ╷212 │ @return...
I use React version of the thme and I want to switch to rt, I followed tips here but not all the website is rtl now, side menu still in the left and the link does not seem updated The Link, I also read this
The variable "$custom-sizes" in _variables.scss file has only the following percentage values: 25%, 50%, 75% and 100%.I would like to add new missing values, for example: 5%, 10%, 15%...I created a new variable "$custom-sizes" add only the desired values in _variables.custom.scss, not overwritin...
What is the best practice for overriding the default SASS color variables? I am in the process of upgrading Metronic from 8.0.38 to 8.1.0. I notice that SASS uses color variables like: --kt-primary--kt-text-mutedWhere and how are these colors defined, and how should I override them to...
Hi. I would like to know if is possible use the base sass styles to use in a framework as Next.js. Because i need to make my project in a framework with server side. Thanks in advance.
HiIs there way to make angular version working with multi languages (rtl-ltr) dynamically , in the same project, because in the angular documentation you can use one direction only ?Thanks
We use a framework called AspNetZero. Its front-end is based on the Metronic theme and uses the generated css bundles from from metronic (likely the Html generated bundles).We have been modifying the theme and styles from Metronic's Angular Demo 1. I have modified the styles in `angular.json` to...
Hello, I have Metronic setup correctly and I see this css style in \components\helpers\_text.scss:i { &.bi, &[class^="fonticon-"], &[class*=" fonticon-"], &[class^="fa-"], &[class*=" fa-"], &[class^="la-"], &[class*=" la-"] { line-height: 1; fon...
hi I'm very interested in purchasing your template metronic,i want to know if i can purchase the Laravel version only to develop one SaaS application where users pay for subscription and get all servicesin this case which license should i buy ?
Hello,I created a new page and I would like to set a class in SCSS when the theme is dark.How can I do it?The code below doesn't work. [data-theme="dark"] .myClass { width: 100%;}[data-theme="light"] .myClass { width: 50%;}Thank you for your help.
In 8.1.6, when you use the Dark Sidebar, you cannot follow the instructions here to change MenuItem icon colors without changes to the core SCSS._sidebar-dark.scss would appear to control t...
Hi there,After updating the Metroinic version. I got this error: Loading module from “http://127.0.0.1:5173/metronic8/vue/demo8/src/App.vue?vue&type=style&index=0&lang.scss” was blocked because of a disallowed MIME type (“”)when I omit the style files from app.vue file project works just...
t works fine, but I have OCD :)in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scssModule Warning (from ./node_modules/sass-loader/dist/cjs.js):Deprecation $weight: Passing a number without unit % (100) is deprecated.To preserve current behavior: $weight * 1%More i...
How could I customise CkEditor Document to add additional plugins such as Mention as this can only be done before being built. I've also noticed a "ckeditor-document.bundle.js:6 filerepository-no-upload-adapter" when attempting to set up image uploads which makes me wonder if this also needs to be c...
Hi,If I used form-check-inline with form-check-custom together, the inline effect disappeared, please help check, thanks.e.g.
hello,i try to customize select2 option CSS in metronic 8, without success.What's wrong ?...
can anyone guide me how i close side drawer on navigation select because its not working when i click on navigations. i have also attached screenshot. thanks
Hi,I would like to import green-* colors by bootstrap at below:https://getbootstrap.com/docs/5.2/customize/color/#generating-utilitiesHowever, after adding above in "_variables.custom.scss", it got below errors when complie (using webpack):[root@crm tools]# npm run build --demo1> m...
hello "Uncaught ReferenceError: r is not defined"I couldn't fix this error no matter what I did./tools/node_modules/jquery/dist/jquery.jsThere is jquery in the directory but how do I use it? %script{src: "http://code.jquery.com/jquery-3.5.1.min.js"}I added it with normal cdn, the...
I am using METRONIC 8 DEMO 2 (SAAS application) theme. I have created a new service and added an HTTP method to call the APIs. When subscribing to the API response in component.ts inside ngOnInit, I am not getting the exact behavior like angular. Expected Behaviour: When subscribing the data i...
I am using Keen v2.1.1 demo5 template in Laravel.The js plugins don't work and none of the icon libraries work, any solution? I attach my package.json and my webpack.mix.jsconst mix = require('laravel-mix');const rimraf = require('rimraf');const path = require('path');/*...
What is the most updated version of Keen v2, i actually have the 2.1.1 version and it comes with many errors