Css

Understanding CSS Feature Queries

CSS Feature Queries are a relatively new addition to the CSS specification, and provide a powerful tool for detecting support for various CSS features in the user's browser.

Taking control of scroll with CSS Overscroll Behavior and Scroll Snap

Improve the scroll bar behavior with CSS properties 'overscroll-behavior' and 'scroll snap'.

Rails 7 added --css app generator

Rails 7 added --css app generator for configuring CSS processors.

CSS custom properties

Custom properties give us the ability to set properties at the central place, which can be used whenever required.