We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e897b0 commit 54d7d34Copy full SHA for 54d7d34
src/blocks.js
@@ -2,7 +2,7 @@ export default function (editor, opt = {}) {
2
const c = opt;
3
let bm = editor.BlockManager;
4
let blocks = c.blocks;
5
- let stylePrefix = c.stylePrefix;
+ let stylePrefix = !!c.stylePrefix ? c.stylePrefix : 'gjs-';
6
const flexGrid = c.flexGrid;
7
const basicStyle = c.addBasicStyle;
8
const clsRow = `${stylePrefix}row`;
0 commit comments