| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
(Claude AI Skill)
Version 3.2.0 | 99.5%+ Native Coverage | Flat Structure Architecture
Convert HTML, CSS, and JavaScript to Bricks Builder paste-ready JSON format with complete property support and native interactions.
Critical Fixes:
See CHANGELOG.md for details.
Copy JSON from examples/ into Bricks Builder.
{
"content": [
{"id": "parent", "parent": 0, "children": ["child1"]},
{"id": "child1", "parent": "parent", "children": []}
]
}Required fields: id, name, parent, children, settings, label
Critical: Both _cssClasses (string) and _cssId should be added to elements:
{
"settings": {
"_cssClasses": "my-class another-class",
"_cssId": "unique-id"
}
}✅ Layout, Flexbox, Grid, Typography, Background, Border, Effects, Pseudo-selectors, Interactions
❌ Only ::before, ::after, complex selectors, mix-blend-mode, @keyframes need external CSS
Correct Pattern: _[property][Min/Max]
"_widthMin": "320" ✅ CORRECT
"_widthMax": "1200" ✅ CORRECT
"_heightMin": "100vh" ✅ CORRECT
"_heightMax": "800" ✅ CORRECT
"_minWidth": "320" ❌ WRONG
"_maxWidth": "1200" ❌ WRONGSkill includes 5 reference guides:
Filipp Gavrilos / Mobian Agency
GitHub: @iamfilipp | mobian.eu
MIT - see LICENSE
h2b v3.2.0 - Transforming HTML to Bricks 🧱
| Back | FazBrowse Home | New Git URL |