ekanant

Results 6 issues of ekanant

**What expected behavior** The css file imported to in **Reproduced** `import "bootstrap/dist/css/bootstrap.min.css";` or `import "bootstrap/dist/css/bootstrap.css";` **What version** "styled-jsx": "^3.2.1" When I import bootstrap.css from node_modules It has error `Error: Nesting...

stylis-bug

Fix #72 rename event name to kebab-case for dom template

- animate fade overlay background - Fix sidebar not show when click on button then pass isOpen to sidebar, so I change ``` Toggle ```

Reference: https://github.com/gs-shop/vue-slick-carousel/issues/159

**Example** https://jsfiddle.net/ninjabenz/v3Luf1a4/

I create a website by using next.js and use```next-plugin-preact``` for smaller bundle size. I put a `````` in _app.tsx and put it again on some specific page `````` it print...