remaxjs / remax

使用真正的 React 构建跨平台小程序
https://remaxjs.github.io/remax/
MIT License
4.57k stars 364 forks source link

fower/remax 在 npm run dev web 中无效 p-10 这种无效 #1880

Open cbtan opened 2 years ago

cbtan commented 2 years ago

  <View p-10 bgRed100 rounded-10 shadow>
    <View>
      <View textXL fontBold>
        Steve Jobs
      </View>
      <Text gray800>Co-founder of Apple Inc.</Text>
    </View>
  </View>
</View>

CSS IN JS 中 fower/remax 在 npm run dev web 中无效 p-10 这种无效 微信小程序测试有效

yesmeck commented 2 years ago

p-10 这是啥?

cbtan commented 2 years ago

CSS in js 中的 padding:10px

yesmeck commented 2 years ago

不支持这种写法的。

On Wed, Apr 13, 2022 at 07:43 cbtan @.***> wrote:

CSS in js 中的 padding:10px

— Reply to this email directly, view it on GitHub https://github.com/remaxjs/remax/issues/1880#issuecomment-1097375188, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADRRZLJTYSXGSB4A5NPRKDVEYDAZANCNFSM5TGRLPQA . You are receiving this because you commented.Message ID: @.***>

cbtan commented 2 years ago

不支持这种写法的。 On Wed, Apr 13, 2022 at 07:43 cbtan @.> wrote: CSS in js 中的 padding:10px — Reply to this email directly, view it on GitHub <#1880 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADRRZLJTYSXGSB4A5NPRKDVEYDAZANCNFSM5TGRLPQA . You are receiving this because you commented.Message ID: @.>

@fower/remax - 在 Remax 中使用 utility-first CSS in JS 样式方案

yesmeck commented 2 years ago

那我建议你给 fower 提个 issue。