prettier/tests/stylefmt/custom-properties/custom-properties.css

3 lines
73 B
CSS

:root{--mainColor:#123456}
a{color:var( --mainColor ) ; }