Code Review
/
bottlenecks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix the version of urllib
[bottlenecks.git]
/
test-scheduler
/
ui
/
.postcssrc.js
1
// https://github.com/michael-ciniawsky/postcss-load-config
2
3
module.exports = {
4
"plugins": {
5
"postcss-import": {},
6
"postcss-url": {},
7
// to edit target browsers: use "browserslist" field in package.json
8
"autoprefixer": {}
9
}
10
}