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