1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-09 06:30:40 +02:00

Allow custom placeholder styles (#2667)

* Allow custom placeholder styles

* lint fixes

* review feedback

* lint
This commit is contained in:
Hanna Greaves
2019-04-02 14:23:50 +01:00
committed by Ian Storm Taylor
parent 2380aa094f
commit c688ad7c72
5 changed files with 63 additions and 4 deletions

View File

@@ -86,7 +86,8 @@
"slate-dev-test-utils": "*",
"slate-html-serializer": "*",
"slate-plain-serializer": "*",
"slate-react": "*"
"slate-react": "*",
"slate-react-placeholder": "*"
},
"scripts": {
"benchmark": "cross-env COMPARE=compare node --expose-gc ./tmp/benchmark/index.js",