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