Jan Peer Stöcklmair

Results 84 comments of Jan Peer Stöcklmair

@braco I created now a [webpack plugin for rcs](https://github.com/JPeer264/rcs-webpack-plugin). You think that would fix this issue? Or is an own Gatsby plugin necessary?

Thanks for your issue. Is this your own tooltip or a third party tooltip?

Alright thanks. I will check that plugin :)

Do you have a small repo to reproduce this issue? To exclude your class you can import `rcs-core` and exclude it from there. ``` const rcsCore = require('rcs-core'); rcsCore.selectorLibrary.setExclude('your-class'); ```

Hey. Actually there are couple of plugins documented in the core library: https://github.com/JPeer264/node-rcs-core#plugins Might be useful to also add them in this repo. If you haven't seen it already, there...

This actually seems like a `mini-css-extract-plugin` issue. I've never used Laravel Mix (if that is that one), but maybe you have some `scss` files in it where you also need...

May I ask how you import the `.css` file?

Sorry for the late response. Could you share a minimal example of your files?

First of all the HTML problem is resolved by updating `rcs-core` (ref: https://github.com/JPeer264/node-rcs-core/pull/52 https://github.com/JPeer264/node-rcs-core/pull/56) The JavaScript problem is following. I haven't found a good way of determining if a string...

Hm no that wouldn't be enough, as e.g. bootstrap is storing the selectors as plain strings sometimes: [bootstrap.js#L405-L409](https://github.com/twbs/bootstrap/blob/c0fd91788ee16ef013fe7201c069cfcfef7d0af9/dist/js/bootstrap.js#L405-L409), or jQuery has functions such as `addClass`, where selectors don't have any...