-
Notifications
You must be signed in to change notification settings - Fork 413
No value no css #1281
Copy link
Copy link
Open
Labels
feature: proposal 💬New feature proposal that needs to be discussedNew feature proposal that needs to be discussedneeds: triage 🏷Issue needs to be checked and prioritizedIssue needs to be checked and prioritized
Description
Activity
Metadata
Metadata
Assignees
Labels
feature: proposal 💬New feature proposal that needs to be discussedNew feature proposal that needs to be discussedneeds: triage 🏷Issue needs to be checked and prioritizedIssue needs to be checked and prioritized
if
bgColor='#fff'andmargin='',{ --b9s1f2v-1: #fff; } .b9s1f2v{ background-color: var(--b9s1f2v-1); }Just like this,
marginhas no value, and the generated css has nomargin-left. How to implement it.🤔