Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Suppport autofixing for shorthand properties #15

Open
nekitk opened this issue Apr 30, 2021 · 0 comments
Open

Suppport autofixing for shorthand properties #15

nekitk opened this issue Apr 30, 2021 · 0 comments

Comments

@nekitk
Copy link
Contributor

nekitk commented Apr 30, 2021

.component {
  padding: 10px;
  margin: 10px 0;
}

/* becomes */
.component {
  padding: var(--spacing-s);
  margin: 10px 0;
}

margin should be replaced with var(--spacing-s) 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant