skip to Main Content

Can't set border style from custom css property

I have a simple react app (Vite project) app.tsx import "./common-styles.css"; export default function App() { return ( <div className="app"> <div className="interactive"> content content </div> </div> ) } with only 1 css file common-styles.css @property --interactive-color { syntax: "<color>"; inherits:…

VIEW QUESTION
Back To Top
Search