English 中文(简体)
我不能无视我为Mac开展的项目的黑暗模式。 I m 采用React and Format
原标题:I can t ignore the dark mode in my project for Mac. I m using Next.js with React and TypeScript

我不能无视我为Mac开展的项目的黑暗模式。 I m 采用React and Format。

我尝试了以下工作,但做了一些工作。 我应该做些什么?

const config: Config = {
  plugins: [
    require( @tailwindcss/forms ),
    // {Place of Concern}
  ],
}
  1. darkMode: media ,
  2. darkMode: class ,
  3. darkMode: false,
最佳回答

你们是否检查了全球文件。 也许仍然有某种风格的界定,而这种方式又占据了根基。 如果你刚刚开始该项目,那可能是!

问题回答

暂无回答




相关问题
How to use one react app into another react app?

I have two react apps, parent app and child app. and child app have an hash router. I have build the child app using npm run build, It creates build folder. That build folder moved into inside the ...

how to get selected value in Ant Design

I want to print the selected value, and below is my option list: const vesselName = [ { value: 0 , label: ALBIDDA , }, { value: 1 , label: ALRUMEILA , }, { value: 2 ,...

How to add a <br> tag in reactjs between two strings?

I am using react. I want to add a line break <br> between strings No results and Please try another search term. . I have tried No results.<br>Please try another search term. but ...

热门标签