Skip to content

Commit

Permalink
[server] Force transpiling of customProperties/css-variables syntax (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Aug 27, 2019
1 parent 174b2fb commit 60da08a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/@sanity/server/src/configs/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ module.exports = {
basePath: resolveProjectRoot({sync: true}),
cssnext: {
features: {
customProperties: {
preserve: false
}
customProperties: true
}
}
})
Expand Down

0 comments on commit 60da08a

Please sign in to comment.