mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-01 21:14:21 +02:00
fix(frontend): bootstrap-grid-plugin broke
This commit is contained in:
3
frontend/src/plugins/tw-bootstrap-grid-plugin.js
Normal file
3
frontend/src/plugins/tw-bootstrap-grid-plugin.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import twBootstrapGrid from "tw-bootstrap-grid";
|
||||
|
||||
export default twBootstrapGrid;
|
||||
@@ -4,7 +4,7 @@
|
||||
themes: wygiwyh_dark --default, wygiwyh_light;
|
||||
logs: true;
|
||||
}
|
||||
@plugin "tw-bootstrap-grid";
|
||||
@plugin "../plugins/tw-bootstrap-grid-plugin.js";
|
||||
|
||||
@plugin "daisyui/theme" {
|
||||
name: "wygiwyh_light";
|
||||
|
||||
Reference in New Issue
Block a user