Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adds headless sass vars in includes for component usage. (#7700)
**Related Issue:** None ## Summary - Gives a component SCSS access to headless token vars. - This is required to access breakpoint vars (`$breakpoint-width-xs`) Example: ```scss @container pagination (max-width: #{$breakpoint-width-xs}) { // some styling here } ```
- Loading branch information