snowingfox

Results 24 issues of snowingfox

vscode is a nice ide, but there has a lost of people using others like webstorm, and webstorm only has `tailwindcss` Intellisense, i noticed that unocss has `tailwindcss-preset`, it means...

help wanted
pr welcome

因为我也挺想加入开发的,毕竟unocss + vue搭配起来真的很爽 但是你好像没说需要做哪些组件,想贡献也无从下手,可以在README写个todo,让社区一起贡献完善吗? 真的很期待unocss的ui

```ts // config.ts export const redisConfig: RedisModuleOptions = { url: 'redis://treehole:redis@localhost:6379/1', } ``` ```ts import databaseConfig, { redisConfig } from './config/database.config' @Module({ imports: [TypeOrmModule.forRoot(databaseConfig), UserModule, AuthModule, RedisModule.register(redisConfig)], controllers: [], providers:...

### Clear and concise description of the problem let's assume that we want to user can switch a song when he touch screen to left of right. ### Suggested solution...

enhancement

```tsx createTheme({ components: { MuiButton: { styleOverrides: { root: { '&:hover': { boxShadow: 'none', }, }, sizeLarge: { height: 48, }, containedPrimary: { 'boxShadow': theme.customShadows.primary, '&:hover': { backgroundColor: theme.palette.primary.dark, },...

enhancement

When there are many `layers` but no `excludes` at the same time, the performance will be improved

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...

codeball:needs-review

### Clear and concise description of the problem ```ts ``` we will write `!` twice to implement this style, and it's not intuitive ### Suggested solution we can do it...

pr welcome
transformer-variant-group

fix https://github.com/vexip-ui/vexip-ui/issues/196