• 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 and editor-style.css to a future common.css, style.css and editor-style.css. Useful for child themes, when adding styles in .entry-contentor below (for instance, my small 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)

  • The topic ‘Dynamic sync between frontend styling and backend styling’ is closed to new replies.