⚠ Note that the viewport variants are disabled in the default build of Cirrus. To enable, you must enable it yourself in _configs.scss and create a custom build or enable it in the config in your Sass project.
To use the viewport variant of a given class, you just need to suffix each class with a viewport selector. For example, if I only want u-duration-100 to be applied to some element for lg and above, then I would use the lg:u-duration-100 class.
<divclass="lg:u-duration-100"><!-- ... --></div>
For more information, visit the Viewports documentation.
The classes specified above are the default utility classes for different filters. You can add, change, or remove classes within the _config.scss file of Cirrus.