Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Arbitrary Values #71

Open
DeVoresyah opened this issue Aug 23, 2023 · 1 comment
Open

Support Arbitrary Values #71

DeVoresyah opened this issue Aug 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DeVoresyah
Copy link
Member

Background

The basic OsmiCSX goal is to achieve styling in react native that is close enough to TailwindCSS Syntax. Currently, there's a feature that's not supported yet, arbitrary values. We want to achieve this in the next release.

Approach

I was thinking of using regex to approach this feature. Regex will detect [] and extract the value inside it.

@DeVoresyah DeVoresyah added the enhancement New feature or request label Aug 23, 2023
@DeVoresyah
Copy link
Member Author

list style will affected by arbitrary values:

  • background color
  • border color
  • text color
  • text size
  • width
  • height
  • border radius
  • border width
  • flex grow
  • flex shrink
  • flex
  • letter spacing
  • line height
  • margin
  • opacity
  • padding
  • text responsive
  • text size
  • position (top, right, bottom, left)
  • z-index

@DeVoresyah DeVoresyah self-assigned this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant