Sha256: 5c0c3c1594f0ebd739e38f9e87b0817dee0ffffceae719005e76ed524772f8a8
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
import Parchment from 'parchment'; let SizeClass = new Parchment.Attributor.Class('size', 'ql-size', { scope: Parchment.Scope.INLINE, whitelist: ['small', 'large', 'huge'] }); let SizeStyle = new Parchment.Attributor.Style('size', 'font-size', { scope: Parchment.Scope.INLINE, whitelist: ['10px', '18px', '32px'] }); export { SizeClass, SizeStyle };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_modular_admin-1.0.0 | app/assets/node_modules/quill/formats/size.js |
rails_modular_admin-0.4.0 | app/assets/node_modules/quill/formats/size.js |