使用 Less
.error {
background-color: red;
}import React from 'react'
import './button.scss'
const Button = () => <button>Error Button</button>Last updated
Was this helpful?
.error {
background-color: red;
}import React from 'react'
import './button.scss'
const Button = () => <button>Error Button</button>Last updated
Was this helpful?
Was this helpful?