UNPKG
micro-editor
Version:
latest (1.0.0-beta)
1.0.0
1.0.0-beta
1. npm install
micro-editor
/
postcss.config.js
5 lines
•
66 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
plugins:
[
require
(
'autoprefixer'
) ] };