Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Support SCSS map #23

Open
yisibl opened this issue Sep 16, 2015 · 4 comments
Open

Support SCSS map #23

yisibl opened this issue Sep 16, 2015 · 4 comments

Comments

@yisibl
Copy link
Contributor

yisibl commented Sep 16, 2015

Input:

$breakpoints:(small: 767px,medium: 992px,large: 1200px);

Expanded output:

$breakpoints: (
  small: 767px,
  medium: 992px,
  large: 1200px
);

Nesting:

$map: (
    key1: value1,
    key2: (
        key-1: value-1,
        key-2: value-2,
    ),
    key3: value3
);

@include:

@include map(
  $dribble: #ea4c89,
  $facebook: #3b5998,
  $github: #171515,
  $google: #db4437,
  $twitter: #55acee
);
@RobbieTheWagner
Copy link

Any progress on this? Would love SCSS map support, so they don't end up all on one line.

@ben-eb
Copy link
Owner

ben-eb commented Sep 30, 2016

@rwwagner90 Would you like to send a pull request for this? I can provide support via https://gitter.im if you have any questions. 😄

@RobbieTheWagner
Copy link

@ben-eb I don't have any idea where I would even start, unfortunately 😞 .

@ben-eb
Copy link
Owner

ben-eb commented Oct 1, 2016

OK, no problem. My offer's still open. 😄

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

3 participants