Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move custom css to its own inline style generation method and combine with customizer CSS #47396

Merged
merged 7 commits into from
Jan 31, 2023

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    c7787b0 View commit details
    Browse the repository at this point in the history
  2. Fix linting issues

    glendaviesnz committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c2ecf73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8debd6 View commit details
    Browse the repository at this point in the history
  4. Update test

    glendaviesnz committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f0597dc View commit details
    Browse the repository at this point in the history
  5. Switch from wp_enqueue_style to just outputting the style tags in o…

    …rder to get the output in the correct place after the customizer css
    glendaviesnz committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f67ba8c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Jan 31, 2023

  1. Global Styles: Alternative method for enqueueing custom CSS (#47554)

    * Update enqueuing method
    * Minor updates to get_global_styles_custom_css
    * Always return string
    Mamaduka authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3b44904 View commit details
    Browse the repository at this point in the history