Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Consolidate editor styles #262

Merged
merged 9 commits into from
Nov 2, 2018
Merged

Consolidate editor styles #262

merged 9 commits into from
Nov 2, 2018

Commits on Oct 24, 2018

  1. Consolidate editor styles

    A followup to #22.
    
    This PR removes our secondary `style-editor-frame.css` file, and consolidates all of our editor styles into `style-editor.css`. Initially, the standard editor stylesheet was limited in scope to individual blocks, which meant we were unable to style the general alignment of the page, as well as items like the page title and default appender.
    
    The scope of `style-editor.css` is being expanded in WordPress/gutenberg#10956 , so we're now able to style those elements in a single stylesheet.
    
    Some minor style tweaks were necessary to make our original styles work in this context, but for the most part this is identical to #22.
    kjellr committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    7cc9e4c View commit details
    Browse the repository at this point in the history
  2. Removing code comment.

    Use of [data-align] selectors appears to be here to stay, so no need to point this out in the header.
    kjellr committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    ba39659 View commit details
    Browse the repository at this point in the history
  3. Compile CSS

    kjellr committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    421ad44 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    76e296e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    c8c61aa View commit details
    Browse the repository at this point in the history
  2. Rename style-editor-frame to style-editor-customizer

    Since it's no longer used for the editor frame styles.
    kjellr committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    1ad42e3 View commit details
    Browse the repository at this point in the history
  3. Add style-editor-customizer.scss to package.json

    So that it builds in case we need to edit it later on.
    kjellr committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ddfcd52 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    fb7d4f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    55e24e4 View commit details
    Browse the repository at this point in the history