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

Issue #130: Properties with dashes in their names #132

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 9, 2015

  1. Issue gmac#130: Properties with dashes in their names

    Everything appears to work as it did previously, but this modification now handles the use case where the declarations variable could have a dash in it (EX: "value:background-color"). Additionally the declarations variable is passed into the function, to ensure it's defined.
    
    This pull request includes the type conversion that happened automatically by creating a function using the function constructor.
    Mad-Chemist committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    79dc8ff View commit details
    Browse the repository at this point in the history
  2. Now handles stringified objects

    Stringified objects with multiple properties were being split prematurely.
    Mad-Chemist committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    9f04d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    853a416 View commit details
    Browse the repository at this point in the history