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

Add stitch functionality #2

Open
rrijnberk opened this issue Jul 2, 2018 · 0 comments
Open

Add stitch functionality #2

rrijnberk opened this issue Jul 2, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rrijnberk
Copy link
Owner

When creating an array of attribute names and values automatically create pairs and render them: i.e.:

attribute padding { attribute [xs, s, n, l, xl] : [ 4px, 8px, 12px, 16px, 20px ] : [ ... ]; }

$...__....--padding-xs: 4px; $...__....--padding-s: 8px; $...__....--padding-n: 12px; $...__....--padding-l: 16px; $...__....--padding-xl: 20px;

@rrijnberk rrijnberk added the enhancement New feature or request label Jul 2, 2018
@rrijnberk rrijnberk added this to the 1.0.0 milestone Jul 2, 2018
@rrijnberk rrijnberk self-assigned this Jul 2, 2018
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