Alexey S 6ff7e97046 Add V1/V2 design version toggle
Introduces data-design-version attribute on <html> with localStorage
persistence and anti-flicker inline script. V2 overrides implement the
design audit: Cormorant serif headings, #7D021D wine palette, warm
#FFFDFA base, refreshed product card, mega-menu, contacts, and form
success state. V1 remains untouched.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 01:33:41 +03:00

19 lines
479 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "11ty dev server (live reload)",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--", "--port=8088"],
"port": 8088,
"autoPort": false
},
{
"name": "Python HTTP Server (_site)",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8081", "--directory", "/Users/lexx/Projects/2026/dp-trade-UI-kit/_site"],
"port": 8081
}
]
}