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.css
andeditor-style.css
to a futurecommon.css
, style.css andeditor-style.css
. Useful for child themes, when adding styles in.entry-content
or below (for instance, mysmall
fix)- Frontend and backend:
common.css
- Frontend only:
style.css
+@import(common.css)
- Backend only:
editor-style.css
+@import(common.css)
(the name
common.css
may be ill-chosen) - Frontend and backend:
- The topic ‘Dynamic sync between frontend styling and backend styling’ is closed to new replies.