Skip to content

1.5.1

Choose a tag to compare

@hrsetyono hrsetyono released this 17 May 09:52
· 3 commits to master since this release
  • [Performance] Removed Blocksy CSS and JS that are queued in Admin instead of only in Customizer area,

  • [Preview] Fixed live reload of CSS variable.

  • [Admin CSS] Added some styling to apply the font sizes to the proper elements.

  • [Theme Support] Added a function that returns the value for "editor-font-sizes" theme support.

    It automatically uses the value of Small, Medium, Large, and Huge font size as defined in Customizer

    add_theme_support( 'editor-font-sizes', Custy::get_editor_font_sizes() );