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

RTL build for Metronic 8.1.2


Hi keenthemes,

the default build successfully built <a>https://ibb.co/mvHgkHZ</a>

while RTL didn't successed, here's the log : <a>https://ibb.co/qszJKNz</a>

Any thoughts ?

NB : did all from scratch, get the new 8.1.2 folder ready, no node mudules, install npm, yarn on tools ... everythin wen well.

Thank you


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 (5)


Hi riterix,

"everythin wen well", Do you mean the above issue is already solved?

Thanks



Hi Faizal, Thank's for the quick reply.

I said it went well for the LTR.

But for the RTL it displays an error, I left you the trace log.

Any idea why it didn't compile for the RTL?

Thank you



Hi riterix,

In the file; /metronic_v8.1.2/html/demo1/src/sass/vendors/plugins/_plugins.scss

Can you comment on this line first as a workaround? While we are working on the fix.


// @import "toastr";


Webpack build should be working after commenting the @import toastr line.

Thanks



Hi Faizal,

It worked like a charm.

Thank you man.



Hi,

Here is the workaround fix for _toastr.scss file. We will include it in the next release.

src/sass/vendors/plugins/_toastr.scss

Replace;

background-position: 1.5rem center #{"/*rtl:calc(100% - 1.5rem) center*/"} !important;


with;

// this is for RTL
background-position: calc(100% - 1.5rem) center !important;
/*rtl:ignore*/
background-position: 1.5rem center !important;


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  :(