tutors icon indicating copy to clipboard operation
tutors copied to clipboard

Reintegrate Theme Designer

Open edeleastar opened this issue 1 year ago • 1 comments

The Skeleton Theme Designer:

… was part tutors in the past. The latest source for this component appears to be here:

A previous version of Tutors had adapted this component into the core reader. We would like to have this back as part of the Layout menu.

Related Issues:

  • #668
  • #669

edeleastar avatar Jan 28 '24 17:01 edeleastar

Update: This component:

can be integrated reasonably easily - by also bringing in this:

However - this line (200) causes a run time error:

	$: livePreviewStylesheet = $storePreview ? `\<style\>${cssOutput}\</style\>` : '';

unless the cssOutput is removed:

	$: livePreviewStylesheet = $storePreview;

However, this disables preview. Could be a project config error - possibly postcss?

edeleastar avatar Feb 05 '24 17:02 edeleastar