I want to know how to run the PHP function in a WordPress CSS file. Because I want to add images by running the PHP function.
**Below are my CSS codes:**
.hero {
width: 100%;
height: 100vh;
background: URL(<?php echo get_theme_mod( '......' ); ?>) top center no-repeat;
background-size: cover;
}