Skip to content

Commit 7905bea

Browse files
authored
Update gui-editor.md
1 parent f0f6f70 commit 7905bea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/content/blog/gui-editor.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
title: "Implementing Custom Figma Designs in Rails"
2+
title: "Challenges in Implementing Super Custom Figma Designs"
33
publishedAt: 2025-08-12
44
description: "A technical overview of the challenges faced when translating highly customized Figma designs into a Rails application. This article discusses layout issues, the limitations of CSS frameworks like Bootstrap and Tailwind, and suggests a GUI editor design for more efficient component positioning."
55
tags: ["rails", "css", "figma", "gui-editor"]
66
---
77

8-
# Challenges in Implementing the [hackts.ch](https://hackts.ch) Design
9-
10-
While building the hackts.ch site, I encountered layout issues that I did not anticipate. The design came from a highly customised Figma file with precise alignments, irregular shapes and spacing patterns.
8+
While building the [hackts.ch](https://hackts.ch) site, I encountered layout issues that I did not anticipate. The design came from a highly customised Figma file with precise alignments, irregular shapes and spacing patterns.
119

1210
I chose Rails with custom Sass stylesheets because of the abundance of unique styling across the page. [Bootstrap](https://getbootstrap.com/) felt difficult to adapt to the design, and [Tailwind’s utility classes](https://tailwindcss.com/docs/utility-first) were not flexible enough for the level of customisation required.
1311

0 commit comments

Comments
 (0)