hrx-parser 0.1.0

A hrx parser
Documentation
<===> input something else what every                    .scss
ul {
  margin-left: 1em;
  li {
    list-style-type: none;
  }
}
<===> .config
{
  "test": "result"
}

<===> test/test/test.css/
<===> test
ul {
  margin-left: 1em;
}
ul li {
  list-style-type: none;
}

<===>
something comment