- This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago by
Sebastian.
Author | Posts |
---|---|
adkoen
December 29, 2018 at 5:49 pm
|
Heads up! this post was created when Microthemer was at version 5. The current version is 7. Some references to the interface may be out of date. Hi, |
Sebastian
December 30, 2018 at 10:15 am
|
Hi Koen, Would you mind sending me access details for your site via our secure contact form so I can investigate a fix for this? You’re running MT with SCSS enabled right? There are currently some limitations with regards to the inline code editor (to the left of the Font property group). Only variables can be used there, not mixins, functions, or nested selectors. I’m looking at ways around this. Unrestricted SCSS can still be used on the full code editor (View > code editor). Cheers, |
adkoen
December 30, 2018 at 12:55 pm
|
Sure Sebastian, sending you acces to it right now. |
Sebastian
December 30, 2018 at 2:30 pm
|
Thanks for providing access Koen. I’ve just released 5.5.1.9 which provides full support for SCSS in code editor to the left of the Font property group. I’ve installed this on your site and the SCSS code is being generated in active-styles.scss/css now. Just in case you’re wondering, instant style previews aren’t supported when SCSS is enabled, because SCSS is still compiled via the PHP script we discussed in the past. And so a network request is still required. This may change in future, but for now, the only JS library for compiling SCSS is rather large in size. Although I haven’t tested it’s performance yet. Cheers, |
adkoen
December 30, 2018 at 3:39 pm
|
Sebastian, once again, your support is just plain awesome, just like Microthemer itself. You even fixed the scss in the tiny code editor, on a weekend. |
Sebastian
December 30, 2018 at 4:33 pm
|
You’re welcome Koen. Happy to help! |