Skip to content

Commit

Permalink
postcss config file linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bgonp committed Apr 8, 2021
1 parent e6fa8b2 commit dbf132e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module.exports = {
require('postcss-preset-env')({
stage: 3,
features: {
'nesting-rules': true
}
})
]
'nesting-rules': true,
},
}),
],
}

0 comments on commit dbf132e

Please sign in to comment.