What is a modifier?
Modifiers allow you to apply styles to an element when a specific class, id or attribute is present.
You can apply CSS properties to a style that only take effect when a specific class, id or attribute is added to the element you are targeting. For more information, see Using modifier classes and id's.