-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Seems like I am getting maximum call stack exceeded on postcss.
used plugins with tailwind
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
'postcss-sort-media-queries': {
'sort': 'mobile-first'
},
'postcss-css-variables':{}
},
}error
RangeError: Maximum call stack size exceeded
at Function.keys (<anonymous>)
at shallowCloneNode (/Users/maciejpaprocki/Projects/bifl-nest/node_modules/postcss-css-variables/lib/shallow-clone-node.js:5:9)
at /Users/maciejpaprocki/Projects/bifl-nest/node_modules/postcss-css-variables/lib/shallow-clone-node.js:36:13
at Array.forEach (<anonymous>)
at shallowCloneNode (/Users/maciejpaprocki/Projects/bifl-nest/node_modules/postcss-css-variables/lib/shallow-clone-node.js:5:19)
at /Users/maciejpaprocki/Projects/bifl-nest/node_modules/postcss-css-variables/lib/shallow-clone-node.js:36:13
at Array.forEach (<anonymous>)
at shallowCloneNode (/Users/maciejpaprocki/Projects/bifl-nest/node_modules/postcss-css-variables/lib/shallow-clone-node.js:5:19)leo-cheron and searls
Metadata
Metadata
Assignees
Labels
No labels