Adding new provider

This commit is contained in:
okbel 2021-05-26 17:15:08 -03:00
parent 7d0e0f141e
commit f0357d085d
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,6 @@
"@graphql-codegen/typescript-operations": "^1.17.13", "@graphql-codegen/typescript-operations": "^1.17.13",
"@manifoldco/swagger-to-ts": "^2.1.0", "@manifoldco/swagger-to-ts": "^2.1.0",
"@next/bundle-analyzer": "^10.0.1", "@next/bundle-analyzer": "^10.0.1",
"@tailwindcss/jit": "^0.1.3",
"@types/body-scroll-lock": "^2.6.1", "@types/body-scroll-lock": "^2.6.1",
"@types/classnames": "^2.2.10", "@types/classnames": "^2.2.10",
"@types/cookie": "^0.4.0", "@types/cookie": "^0.4.0",

View File

@ -1,5 +1,6 @@
module.exports = { module.exports = {
plugins: [ plugins: [
'tailwindcss',
'postcss-nesting', 'postcss-nesting',
'postcss-flexbugs-fixes', 'postcss-flexbugs-fixes',
[ [