ocaml-css
ocaml-css copied to clipboard
css parser and printer for both OCaml and JavaScript.
Results
2
ocaml-css issues
Sort by
recently updated
recently updated
newest added
- [x] at-namespace - [x] charset - [x] charset-linebreak - [x] colon-space - [x] comma-attribute - [x] comma-selector-function - [x] comment - [x] comment-in - [x] comment-url - [ ]...
```css li + a { color: red; } ``` ```css li > a { color: red; } ```