docz-plugin-css icon indicating copy to clipboard operation
docz-plugin-css copied to clipboard

This package makes it possible to use preprocessors and css modules on docz

Results 39 docz-plugin-css issues
Sort by recently updated
recently updated
newest added

## Bug Report **Describe the bug** When upgrading to `[email protected]` the `docz-plugin-css` no longer works with `yarn docz dev` **To Reproduce** 1. Install `[email protected]` and `[email protected]` 1. Run `yarn docz...

After installing this package and running dev server, I get this screen: What is the most convenient way to go around this? > The react-scripts package provided by Create React...

In my project I use both CSS module and normal CSS. I'm trying to integrate docz with it, but there's some hurdle. All my CSS file extensions are `.scss`, and...

it's documented in README.md and code,but not in npm package. `README.md` ![image](https://user-images.githubusercontent.com/4002237/51426693-316d6300-1c29-11e9-80be-4a54a5f408f4.png) `npm` ![image](https://user-images.githubusercontent.com/4002237/51426676-e2273280-1c28-11e9-9d0a-4a20f0631f59.png)

Recently css-loader was updated to [v2 with breaking changes](https://github.com/webpack-contrib/css-loader/releases/tag/v2.0.0). Important change is resolving logic for `url(......)`. > resolving logic for uls() and import at-rules works the same everywhere, it does...

Hi ! When using the `cssmodules` flag for SASS files, I noticed that even if the file doesn't have the `.module` extension it still bundles it as it was a...

Hi! Thank you for the amazing docz work, I find it great to use and build documentations. I am currently using this plugin in many sites, but unfortunately in few...

I can't see the point of this, as `m.type` will always be like `"javascript/auto"` or `"javascript/dynamic"`, and never something like `"style.module.scss"`. For me, it's always returning `false`. https://github.com/pedronauck/docz-plugin-css/blob/169c0971e016a528bf92f8330075d0063dbc6025/src/index.ts#L142