pull/1331/head
Kamran Ahmed 5 years ago
parent 93dc65b529
commit 8c77a26627
  1. 3
      .gitignore
  2. 3
      next.config.js
  3. 2
      package.json
  4. 5
      postcss.config.js
  5. 1136
      yarn.lock

3
.gitignore vendored

@ -1,4 +1,5 @@
.next
.idea
.DS_Store
node_modules
node_modules
yarn-error.log

@ -0,0 +1,3 @@
const withSass = require('@zeit/next-sass');
module.exports = withSass({});

@ -9,7 +9,9 @@
"start": "next start"
},
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"next": "^9.0.4",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}

@ -0,0 +1,5 @@
module.exports = {
plugins: {
'postcss-css-variables': {},
},
};

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save