7iomka
7iomka
Hi. I want to make simple stylis plugin 1) It search through declarations, when find one with `gap` prop, it replaced by ``` --fgp-gap: ${value} !important; margin-top: calc(-1 * var(--fgp-gap));...
Hi. It is possible to use with webpack-dev-server hooks? I'm using vue-cli, and it use some options to config dev-server of webpack. How I know, it uses express under hood....
```scss $bg-color: #181818; $gradient-primary-raw: linear-gradient( 0deg, $color-primary, $color-primary2 ); background-image: linear-gradient(to right, $bg-color, $bg-color), $gradient-primary-raw; ``` generate this ` background-image: linear-gradient(0deg; #181818; #181818), ...correct second gradient here...` Expected code `...
Hello. Only now I noticed a very strange bug. If the element is a flex / inline-flex element, it is not displayed on the screen if styles are applied to...
### Overview of the problem **Buefy** version: latest **Vuejs** version: 2.x latest **OS/Browser**: ### Description I have a problem of carousel sliding while drag-scrolling vertically on a touch device. When...
### What package has an issue @mantine/core ### Describe the bug https://v5.mantine.dev/changelog/5-0-0/#fullscreen-modal Inner padding for content of modal (20px in this example) get cutted by negative margin ``` margin-left: calc(var(--removed-scroll-width,...
How to add custom css/scss file/inline styles in example.html? I use custom build of fractal engine, and I want to make a page with a list of all the icons...
Hi. I have wrong behavior when I use stagger with appear-visible. Stagger make delay between each children, but if parent (in my case `` (in Vue)) have appear-visible, that behavior...