Utilities
CodyFrame comes packed with a collection of utility classes.
In CodyFrame v4, you can set a custom prefix for all the utility classes:
// ↓ set a custom prefix in your style.scss
@use 'config' as * with (
$util-prefix: 'cd-'
);
Utility Classes
- Align Items
- Align Content
- Aspect Ratio
- Backdrop-filter
- Background
- Border
- Border Radius
- Box Shadow
- Color
- Column Count
- Cursor
- Display
- Flexbox
- Float
- Font Family
- Font Size
- Font Style
- Font Weight
- Gap
- Height
- Justify Content
- Letter Spacing
- Line Clamp
- Line Height
- List Style
- Margin
- Max Height
- Max Width
- Min Height
- Min Width
- Mix-Blend-Mode
- Object Fit
- Opacity
- Order
- Overflow
- Padding
- Perspective
- Pointer Events
- Position
- Scroll Behavior
- SVG
- Text Align
- Text Decoration
- Text Indent
- Text Shadow
- Text Transform
- Timing Functions
- Transform
- Typography (Misc)
- User Select
- Vertical Align
- Visibility
- White Space
- Width
- Z-Index