Pascal Duez
Pascal Duez
From my experience with `postcss-scrollbar` and also custom overrides that we have in production now, we might need/want this to be quite configurable. For instance styling or hiding in OSX...
> The variable doesn't get into `main.css`, is that a bug or a feature? If you want the `vars.css` file to get appended at the top of the `main.css` file...
Oh okay. Well, at that point without a minimal reproducible code/repo, we won't be able to help much.
Hi, see https://github.com/postcss/postcss-custom-properties/issues/173#issuecomment-483530357 for the "no-fallback" case. Has for the duplication, we will need more details on your setup and env to be able to help you.
Hi @jesusreal, see https://github.com/postcss/postcss-custom-properties/issues/173#issuecomment-483530357 for explanations.
Hi, without a DOM, PostCSS can't replicate 100% of the custom properties behaviour, so it's limited to declarations on the `:root` element. This [used to be on the Readme](https://github.com/postcss/postcss-custom-properties/blob/7acd5599a04ce95f8ed5a97aa12c9b9062a263ff/README.md#postcss-custom-properties--), but...
Looks similar to: https://github.com/ant-design/babel-plugin-import/issues/189 https://github.com/ant-design/babel-plugin-import/issues/172
Useful for "container" like components, similar to the [downshift] API. ```js import * as React from 'react' type Props = { render: () => React.Element, } function MyComponent({ render }:...
Support for `IndexedAccessType` added from `[email protected]`.
It's so simple and clean it could be added to 2.0 ? Which means no more `cat file.scss | sassdoc - src/` ? Which I totally fine with. I find...