Code Monkey home page Code Monkey logo

Comments (5)

kellymears avatar kellymears commented on August 25, 2024 1

I think it is probably best to not try and infer and leave it up to the developer to define using the bud.tailwind.theme object:

bud.wpjson
  .set(`settings.spacing.spacingScale.operator`, `+`)
  .set(
    'settings.spacing.spacingScale.steps',
    Object.keys(bud.tailwind.theme.spacing).length
  )

But I'm still down for adding a simple function to generate the theme.spacing entries.

from bud.

kellymears avatar kellymears commented on August 25, 2024

spacingSizes seems straight forward.

I've never configured spacing settings in either tailwind or the wp theme manifest. Is there a relationship between spacingScale and the tailwind config?

If so, could you provide the tailwind config that would generate the output you already provided?

from bud.

broskees avatar broskees commented on August 25, 2024

Spacing Scale would have to be inferred unfortunately because tailwind doesn't have a functionality like that (not surprising because tailwind doesn't use sliders).

However, spacingSizes could work like so I believe:

module.exports = {
  theme: {
    spacing: {
      '0': '0px',
      'px': '1px',
      '0.5': '0.125rem',
      '1': '0.25rem',
      '1.5': '0.375rem',
      '2': '0.5rem',
      ...theRestOfThem
    }
  }
}

Perhaps the inference of spacingScale could be created from that?

from bud.

kellymears avatar kellymears commented on August 25, 2024

It's actually chaos that WordPress lets you both define a scale and define the size entries themselves, when you think about it 😅

from bud.

broskees avatar broskees commented on August 25, 2024

You're right it's a weird system lol. I'm not sure if your spacingscale will work, but I'll try it.

from bud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.