Mercurial
Mercurial
>
iconolab
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
postcss.config.js
changeset 315
f5cae9eaa296
equal
deleted
inserted
replaced
314:27377f679c16
315:f5cae9eaa296
1
module.exports = {
2
plugins: [
3
require('autoprefixer')({ /* ...options */ })
4
]
5
}