bulma
bulma copied to clipboard
Feature request: add Utopia library to Bulma for responsive fluid design
This is about Bulma.
It is a feature request.
Overview of the problem
This is about the Bulma CSS framework
Description
It would be interesting to add Utopia library to Bulma framework, so as to take advantage of fluid responsive typography and spacing.
Steps to Reproduce
It could be something like this:
- Define type scale in Utopia
- Import type scale variables to Bulma
- Change
$size-1, $size-2, $size-3… variables to use Utopia type scale variables:$size-1: var(--step-7); $size-2: var(--step-6);…
@Zubrik
First I have heard of Utopia. Combined with Bulma's approach on many things this could be very powerful. I have no clue on the effort to integrate the two tool sets, but it would be I think a giant leap forward.
Tim