Adam Říha
Results
2
comments of
Adam Říha
Hello, I've made a PR #194 with sass port.
A quick workaround until the pull request is merged https://github.com/editor-js/list/pull/51. Create a custom class that extends the base class. ```javascript import EditorJS from '@editorjs/editorjs'; const EditorJSList = require('@editorjs/list'); class MyList...