diff --git a/package.json b/package.json index 3f8914d..1d842f4 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "json-loader": "^0.5.7", "npm-run-all": "^4.1.2", "postcss-cssnext": "^3.1.0", + "postcss-import": "^11.1.0", "postcss-loader": "^2.1.0", "raven-js": "^3.22.2", "react": "^16.2.0", diff --git a/postcss.config.js b/postcss.config.js index c4a0414..5fc6079 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,6 @@ module.exports = { plugins: [ + require('postcss-import'), require('postcss-cssnext') ] }; diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index 9b91a29..3992ca6 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -1,6 +1,8 @@ import React from 'react'; import { translate, Trans } from 'react-i18next'; +import './style.css'; + const Footer = () => (