Link Decoration Styles
We’ve added three new controls for global link decoration styles. Users can now control:
Text decoration color for links
Text decoration color for link hover
Text decoration thickness for links
Resolved font conflict involving the Outfit typeface
We load the Outfit font locally to use in the dashboard. This was causing an issue in websites that were loading it to use in the frontend. We renamed our font-name to “ACSS-Outfit” to avoid clashing.
Fixed a...
@overlap; recipe
Kevin has created one of the most powerful approaches to section overlaps with CSS and it’s now available via the new @overlap; recipe. You can watch a demo of the overlap recipe here.
@property; recipe
There’s now a recipe for declaring a CSS custom property using the new Houdini syntax.
Internal: Added plugin detection for specific forms plugins
The dashboard is now informed by the presence of specific forms plugins so we can tailor options to form plugins that are...
@overlap-alt; recipe
There are now two powerful but different overlap recipes to choose from.
@list-none; recipe
You can now easily strip list styling using the @list-none recipe.
@Grid recipes
Full expansions for all standard and uneven grids.
Min-width media query recipes
You can now automagically insert min-width media queries using @breakpoint-up recipes.
Added tertiary color support to color recipes
Tertiary color and shades are now available in color recipes.
Fix...
Feature: External Link Indication (v1)
Users can now automatically indicate links that open in a new tab or window with both a visual and auditory cue for better UX and accessibility. We’ll be adding support for SVGs in a future update.
Fixed GDPR checkbox styling in Fluent Forms
Users can now control the styling of GDPR checkboxes in Fluent Forms. Unfortunately, this won’t fix the atrocity that is GDPR in general.
Use of * selector in textarea inputs is now possible
Users can now use the...
Small hotfix mainly to fix specificity issues related to default heading styles.
Add missing "related color relationship" fields for Texture 2 & 3
Fix a specificity issue with default heading styles
This release was packaged up to coincide with the release of our official Textures & Overlays demo video to ensure users who want to experiment with that feature have all the same options available to them.
Support for Using Textures as Overlays
You can now use a Texture Style as a background AND as an overlay. ACSS will generate .overlay– classes for each Texture style if you turn on the overlay option.
Additional Texture/Overlay Features & Enhancements
Some new controls and refinements...
This version was released as 3.1.3.1. The changelog is the same for 3.1.3, but we added an extra build step to account for one additional fix.
Textures/Overlays now support background-repeat
Overlays now support blend mode
Textures/Overlays has now been expanded to five slots/options
Added a function to parse a css string into a map
Added interpolate-size allow keywords for animating keyword values like auto
Improved auto color relationship compatibility with color scheme
Added color scheme...
Textures & Overlays has graduated out of "experimental"
Textures & Overlays is now an official feature.
Initial foundation for the ACSS Card Framework (Experimental)
We’re building a complete, official framework for managing shared card styles. You’ll see a new Cards dashboard with a toggle switch, but this is only the start of this feature. It’s not yet ready for testing.
Textures & Overlays now support animation
You can now animate textures with CSS (think gradient animations and more)...
This is an enhancement and bug fix release as we continue to put most of the focus on progress for the Card Framework.
Apply heading color relationships to heading utility class variables (h1-h6)
Enhance auto color relationship compatibility for headings
Auto color relationships can now override default heading colors while still remaining changeable by custom classes and text color utilities.
[Internal] Change variables module to tokens
More Card Framework Progress
[Internal] Replace...