CSS mengatur properti dengan atribut data
div::after {
content: attr(data-whatever);
}
mattia896
div::after {
content: attr(data-whatever);
}