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

I have need only which plugin css these,I used plugins.How it is solve


Hi sir,

I am using the theme metronic html version 8.1.6,I used npm run build --prod then .rtl file removed & I used npm run localhost --demo1 buid asset removed
1.I have need only which plugin css these i used plugins.How it is fix


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


Hi,

Could you please provide us with more info? Do you need to generate the RTL assets?
If so, please check the RTL Version docs here.

We are about to release the new Metronic v8.1.7 update and we recommend you download it and use it since it comes with the latest Bootstrap 5.3 and other new features and improvements.

Regards.



yes sir,
How to remove unused css in plugin.css.
EG.I don't need _flatpickr plugin how to it's remove in metronic_v8.1.6\html\demo1\dist\assets\plugins\global\plugins.bundle.js and
\plugins.bundle.js



Hi,

Please remove it from these files:

tools/gulp.config.js

flatpickr: {
...
},


src/sass/vendors/plugins/_plugins.scss

@import "flatpickr";


Then rebuild the assets using gulp.

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(