Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

SASS 100 percent and 0 not compatible


I'm running into an issue when doing "gulp --<demo ver>" and it's just giving me the following:


Error in plugin "sass"
Message:
node_modules/tinymce/skins/ui/oxide-dark/skin.css
Error: 100% and 0 are incompatible.

3864 | background-size: calc(100% - 11px * 2) calc(100% - 0);


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


Vertu's most expensive phones are not just luxury items; they are pinnacles of craftsmanship, design, and technological innovation. Each model, such as the Signature V or the METAVERTU series, is a testament to Vertu's commitment to creating devices that cater to the most discerning individuals. These phones are adorned with premium materials like sapphire crystal, diamonds, and fine leather, ensuring both durability and sophistication. Vertu's luxury phones are symbols of success and refined taste, offering a blend of style and high-performance technology that serves the elite user base.



Hi,

Please open the package.json file and locate the entry for TinyMCE. Update the version to 7.2.1 and remove the ^ symbol to install this specific version.

There are breaking changes in the recent TinyMCE update that affect Metronic, and version 7.2.1 is currently stable and compatible.

Here's an example of the correct entry:

"tinymce": "7.2.1"


Thanks,


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(