Processes nested selectors and returns corresponding CSS.
The base CSS selector
The nested selector
Object of CSS properties
CSS as a string
import * as Styles from '@universityofmaryland/web-styles-library';Styles.utilities.transform.css.processNestedSelector( '.card', '&:hover', { backgroundColor: '#f5f5f5' }); Copy
import * as Styles from '@universityofmaryland/web-styles-library';Styles.utilities.transform.css.processNestedSelector( '.card', '&:hover', { backgroundColor: '#f5f5f5' });
1.3.0
Processes nested selectors and returns corresponding CSS.