diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-29 12:18:05 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-12-11 18:00:33 +0100 |
commit | fe0e77077ab2a218001a96dd2932105889276f37 (patch) | |
tree | 2fcbbdee91a494468b64b324a5a74be24bd74a1d /server/sonar-web/config | |
parent | 5038ceecaa7a09b8cf87e7d9f2f27c22e363187d (diff) | |
download | sonarqube-fe0e77077ab2a218001a96dd2932105889276f37.tar.gz sonarqube-fe0e77077ab2a218001a96dd2932105889276f37.zip |
SONAR-8829 update the global navigation bar
Diffstat (limited to 'server/sonar-web/config')
-rw-r--r-- | server/sonar-web/config/webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/config/webpack.config.js b/server/sonar-web/config/webpack.config.js index 8cf804efdb2..f120681011f 100644 --- a/server/sonar-web/config/webpack.config.js +++ b/server/sonar-web/config/webpack.config.js @@ -27,7 +27,8 @@ const postcssLoader = () => ({ require('autoprefixer'), require('postcss-custom-properties')({ variables: require('../src/main/js/app/theme') - }) + }), + require('postcss-calc') ] } }); |