Changelog

Keep track of what's new with ACSS! For details on specific features and utilities, please check the official documentation.

New
Enhance
Fix
  • April 7, 2025

    3.3.5

    • Remove deactivated classes from Bricks globals when saving ACSS settings

      This feature is no longer considered Experimental, and is active on new installs by default.

      Activate the Options > Bricks Enhancements > Remove Deactivated Classes setting to have ACSS automatically remove any classes you have deactivated from the Bricks global classes. This includes all classes that are toggled using Pro Mode or Classless workflow.

      Note: if you activate Classless workflow, button, form and icon classes will still be on. These need to be turned off in their respective areas. We’ll add them to Classless workflow in a future release.

    • Avoid picking unavailable Button Styles in Bricks

      When adding a Button in the Bricks editor with the Options > Bricks Enhancements > Use Bricks UI for Buttons, the Button Style property will now be set to the first available color, instead of always picking Primary (even when it is disabled). Cloning a section with a button that has a Button Style set will now display the correct color without requiring to click on the button.

    • Allow font-family options with spaces in the Typography > Text > Font Family option

      Font families with spaces needed some special handling. This was already working in the Typography > Heading > Font Family setting, and now works in the Typography > Text > Font Family one too.

    • Generate color palette for Gutenberg even when get_current_screen is unavailable

      We added a fallback so that, even when in certain setups where get_current_screen is unavailable, the color palette is generated correctly for Gutenberg.

    • Form fixes

      We fixed a number of issues with forms:

      • [WS Form] Extend Radios and Checkboxes as Buttons styling
      • [WS Form] Implement color token support for checkbox/radio wsf-switch
      • [WS Form] Add placeholder color tokens for light and dark form inputs in WS Form
      • [WS Form] Add button color tokens for hover
      • [Fluent Forms] Add button styles for save, secondary, next and prev actions
      • [Bricks Form] Correct relative positioning for checkbox
      • [Card Framework] Add missing hover background color in dashboard
    • Add data-lenis prevent attribute in dashboard, BEM menu and context menu to prevent scroll issue with lenis scroll

  • February 24, 2025

    3.3.4

    • Changed Icon Framework default to "on" (fresh installs only)

      The Icon Framework will now be on by default for fresh installations. Remember: The icon framework does not style icons without your permission, so enabling it has no affect out of the box. It simply loads the framework variables so they can be used without preparation and maximizes compatibility with Frames and other systems that leverage the icon framework.

    • Fixed a php warning related to color palette

    • Fixed an instance of code duplication for form styling

    • Fixed an instance of form styling code loading even when form styling turned off

    • Fixed a margin issue related to .form--dark styling

    • Fixed an issue related to radio and checkbox styling

    • Fixed missing styles for Radios for new WS Form version

  • February 21, 2025

    3.3.3

    • Basic Flex Recipes

      @flex-row and @flex-col are the beginning of some shortcut recipes to alleviate repetitive typing in custom CSS.

    • Etch detection SCSS flag for conditional framework support in Etch

    • Experimental flag removed from Icon Framework

      Icon framework has graduated out of experimental.

    • Added breakpoint variants for all flex alignment utilities

    • Set focus color for links/buttons in auto color relationship areas

    • .is-bg support for figure and picture tags

    • Remove duplicate margins in smart spacing when lists, quotes, or figures are first-children

    • Folder architecture refactoring for content grid, height, and corner ribbons

    • Form: new controls for hover colors

      New controls in the dashboard that allow to set colors on <input> hover

  • February 6, 2025

    3.3.2

    • Dashboard loading in Gutenberg

      We fixed an issue loading the dashboard in Gutenberg, when this is not operating in “iframe mode”

  • February 6, 2025

    3.3.1

    • PHP warning for missing color scheme switcher component (in builder)

      This is a hotfix release to address a vite bundling issue that failed to include the file for the in-builder color scheme switcher component (with subsequent php warning about the missing file). No changes were made to the color scheme component, so it wasn’t part of routine testing – this was more of a weird hiccup in the bundling pipeline that is now patched.