Support dots in attribute value: ```css Typography[use|variant="notification.description"] { color: green } ``` ```js <Typography use:variant="notification.description" /> ```