diff --git a/opentech/static_src/package.json b/opentech/static_src/package.json
index 0e844e9bf69b734f6d33e5ac9d595b33fa531fa7..ca8b85212facfa292ff4214c772e795d62791616 100755
--- a/opentech/static_src/package.json
+++ b/opentech/static_src/package.json
@@ -44,7 +44,7 @@
     "compile:css:watch": "npm run compile:css -- --output-style expanded --source-map true --watch",
     "compile:css:prod": "npm run compile:css -- --output-style compressed && npm run autoprefixer",
     "compile:css:debug": "npm run compile:css -- --output-style compressed --watch",
-    "autoprefixer": "postcss -u autoprefixer -b 'last 2 versions, iOS 8, > 3%' -r $npm_package_config_dest_css/*.css",
+    "autoprefixer": "postcss -u autoprefixer -b 'last 2 versions, iOS 8, > 3%' -r $npm_package_config_dest_css/**/*.css",
 
     "//[ Javascript ]//": "",
     "compile:js": "rollup -c",