This project provides a simple way to implement fluid typography in Sass using mixins and functions. It enables responsive font sizing that adjusts based on the viewport width while maintaining a smooth transition between different breakpoints.
- Uses
clamp()for smooth scaling between min and max font sizes. - Supports multiple predefined text styles.
- Automatically converts pixel values to
remfor better scalability. - Customizable via SCSS maps.