Dawid Krajewski
Dawid Krajewski
@andreipfeiffer also you could add [Stitches](https://stitches.dev/) library
@andreipfeiffer awesome :) also you can add it to the Overview section
Yup @andreipfeiffer, sorry for a misconception. I'm blind I guess 🙈
Maybe alphabetical order would do the trick for blind people like me 😄 I was looking at this table and I couldn't see it. I don't know how it's possible...
@UsulPro are there any plans for this addon to have a separate panel?
Workaround with support of [fill](https://nextjs.org/docs/api-reference/next/future/image#fill) property from `v12.2.4` ```js // .storybook/preview.js import * as NextFutureImage from "next/future/image"; Object.defineProperty(NextFutureImage, "default", { configurable: true, value: (props) => { const { fill, ...restProps...
Duplicate of https://github.com/RyanClementsHax/storybook-addon-next/issues/99 issue
You can change import to: ```scss @import '~breakpoint-sass/stylesheets/breakpoint.scss'; ```