-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpinegrow.json
40 lines (40 loc) · 1.06 KB
/
pinegrow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"open-pages": ["index.html"],
"breakpoints": ["640px", "768px", "1024px", "1280px", "1536px"],
"frameworks": [
"pg-vite-tailwindcss",
"pg.tree.painter",
"pg.insight.events",
"pg.ia.lib",
"pg.ia",
"pg.tw.lib",
"pg.css.grid",
"pg.image.overlay",
"pg.code-validator",
"pg.project.items",
"pg.asset.manager",
"tw.flowbite",
"tw",
"pg.html",
"pg.components"
],
"tw-use-external-build": "1",
"recent-classes": [],
"active-design-provider": "tw",
"template_framework_id": "pg.tw.lib",
"design-settings": {
"mode": "external",
"external_source_url": "src/assets/css/tailwind.css",
"external_help": null,
"external_config_path": "tailwind.config.js",
"external_theme_path": "themes/pg-tailwindcss/tokens.cjs",
"custom_config": null,
"add_setting": null,
"custom_source_url": null,
"disable_preflight": null,
"external_config_url": "tailwind.config.js",
"ignore_skill_preflight_setting": "1"
},
"class-styles-components": "1",
"automatic-tailwindcss-builder": false
}