diff --git a/package.json b/package.json index f774ea57..f7e89c08 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "travis-deploy-once": "travis-deploy-once", "example": "env USE_REACT=true nf -j examples/Procfile start", "transpile:js": "env BABEL_ENV=transpilation babel -D src/ --out-dir transpiled/ --verbose", - "transpile:css": "node_modules/.bin/stylus src/styles/index.styl -u ./node_modules/cozy-ui/stylus/index.js -o transpiled/cozy-bar.css", + "transpile:css": "env CSSMODULES=false node_modules/.bin/stylus src/styles/index.styl -u ./node_modules/cozy-ui/stylus/index.js -o transpiled/cozy-bar.css", "transpile": "yarn run transpile:js && yarn run transpile:css" }, "devDependencies": {