8000 bug with comments · Issue #4 · jotform/css.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

bug with comments #4

Open
alessioalex opened this issue Mar 4, 2015 · 0 comments
Open

bug with comments #4

alessioalex opened this issue Mar 4, 2015 · 0 comments

Comments

@alessioalex
Copy link

Try to parse this:

.someSelector 
{ 
  margin:40px 10px; 
  padding:5px; /* This is { blue } */
}

You will get this:

[
  {
    "selector": ".someSelector",
    "rules": [
      {
        "directive": "margin",
        "value": "40px 10px"
      },
      {
        "directive": "padding",
        "value": "5px"
      },
      {
        "directive": "",
        "value": "/* This is { blue",
        "defective": true
      }
    ]
  }
]

Similar to reworkcss/css#24

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

No branches or pull requests

1 participant
0