Dynamic sync between frontend styling and backend styling
-
What I’d like for Twenty Twelve is a dynamic syncing between frontend and backend styling. So far, styles are manually copied and pasted, it seems.
What I suggest: moving from the present
style.cssandeditor-style.cssto a futurecommon.css, style.css andeditor-style.css. Useful for child themes, when adding styles in.entry-contentor below (for instance, mysmallfix)- Frontend and backend:
common.css - Frontend only:
style.css+@import(common.css) - Backend only:
editor-style.css+@import(common.css)
(the name
common.cssmay be ill-chosen) - Frontend and backend:
The topic ‘Dynamic sync between frontend styling and backend styling’ is closed to new replies.
