Dahlia 并没有默认支持 Less,
Dahlia
button.scss
.error { background-color: red; }
Button.js
import React from 'react' import './button.scss' const Button = () => <button>Error Button</button>
Last updated 6 years ago
Was this helpful?