Skip to content

Commit

Permalink
Merge pull request #27 from jenkinsci/post-css
Browse files Browse the repository at this point in the history
[JENKINS-66395] Add postcss step to npm build
  • Loading branch information
uhafner authored Aug 26, 2021
2 parents 4c80abb + 4272d3e commit 2ae7afc
Show file tree
Hide file tree
Showing 4 changed files with 1,031 additions and 52 deletions.
10 changes: 10 additions & 0 deletions etc/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = ctx => {
return {
plugins: {
autoprefixer: {
cascade: false
},
rtlcss: ctx.env === 'RTL' ? {} : false
}
}
}
Loading

0 comments on commit 2ae7afc

Please sign in to comment.