parent
93dc65b529
commit
8c77a26627
5 changed files with 1112 additions and 37 deletions
@ -1,4 +1,5 @@ |
|||||||
.next |
.next |
||||||
.idea |
.idea |
||||||
.DS_Store |
.DS_Store |
||||||
node_modules |
node_modules |
||||||
|
yarn-error.log |
@ -0,0 +1,3 @@ |
|||||||
|
const withSass = require('@zeit/next-sass'); |
||||||
|
|
||||||
|
module.exports = withSass({}); |
@ -0,0 +1,5 @@ |
|||||||
|
module.exports = { |
||||||
|
plugins: { |
||||||
|
'postcss-css-variables': {}, |
||||||
|
}, |
||||||
|
}; |
Loading…
Reference in new issue