mqklin

Results 28 comments of mqklin

you may want to use `propWhiteList` option: ``` postcss: [ require('postcss-pxtorem')({ propWhiteList: [] }), ], ```

@skylize i'm suffering from this now as well. I would like to atom to parse the whole project, or only some files. Did you find a solution?

@adriangiulianotucci try to use [custom link](https://www.npmjs.com/package/react-router-hash-link#user-content-custom-link) (genericHashLink)

@adriangiulianotucci try this ``` import {Link} from 'react-router-dom'; const MyHashLink = genericHashLink(Link); Button ```

@adriangiulianotucci seems like there is no same function for NavHashLink (`genericNavHashLink`), only for HashLink: https://github.com/rafgraph/react-router-hash-link#custom-link

@finessevanes i've migrated to `@walletconnect/web3-provider`, so can't confirm anymore.

There is also a documented way: https://docs.walletconnect.com/web3modal/javascript/theming#themevariables ``` createWeb3Modal({ //... themeVariables: { '--w3m-z-index': 1500, } }) ```

+1 for this. It works if I run `stylelint 'src/**/*.js'` from CLI, but doesn't highlight problems in vscode. My config: ``` // .stylelintrc.js module.exports = { extends: ['stylelint-config-standard'], customSyntax: 'postcss-styled-syntax',...

Any updates? This makes `exact` useless

@stephanebachelier , thx you very much