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

Improve the settings management #14

Open
alexandremasy opened this issue Apr 24, 2017 · 0 comments
Open

Improve the settings management #14

alexandremasy opened this issue Apr 24, 2017 · 0 comments
Assignees
Projects
Milestone

Comments

@alexandremasy
Copy link
Owner

Implement a better way to manage the settings values

  • Some will have multiple values;
  • Some will have one value;

Give separation between the header of the data and the actual data.

//
//  @param {String} $key – The key to register
//  @param {*} $value – The value to register
//  @return * – The value stored for the key
//
@mixin config($key, $value: null){}
@alexandremasy alexandremasy added this to the v0.1 milestone Apr 24, 2017
@alexandremasy alexandremasy self-assigned this Apr 24, 2017
@alexandremasy alexandremasy added this to Done in Typography May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant