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

If this is true, the docs on this repo should be updated to say **this only works with docz v1**. For anyone wondering, here is the way to do css...

``` ERROR UNHANDLED REJECTION Unable to find plugin "gatsby-plugin-mdx". Perhaps you need to install its package? Error: Unable to find plugin "gatsby-plugin-mdx". Perhaps you need to install its package? -...

My app has a Sass structure where individual component `.scss` files, collocated with the components they style, use Sass imports (`@import ...`) to pull in global variables from a centralized...

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - See full diff in [compare view](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)...

dependencies

Bumps [esm](https://github.com/standard-things/esm) from 3.0.82 to 3.2.25. Release notes *Sourced from [esm's releases](https://github.com/standard-things/esm/releases).* > ## 3.2.25 > * Fixed regression parsing computed methods ([#807](https://github-redirect.dependabot.com/standard-things/esm/issues/807)) > > ## 3.2.24 > * Fixed...

dependencies

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...

dependencies

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

If I add this with `yarn add docz-plugin-css --dev` I get the error: > The react-scripts package provided by Create React App requires a dependency: > > "babel-loader": "8.0.5" and...

I downloaded the /examples/css-sass/ source code, then I upgraded the docz version to be **0.13.7**. I just renamed the Alert.module.scss to **Alert.module.css** and change its reference in Alert.jsx file. Unfortunately,...