Hello! Happy and Thanks!! Just wanted to provide an example where parse does not handle the comments, but put them into the 'object.directive' instead. ``` <style> :root { --col-bg: #ffffff; /* Background */ --col-fg: #003344; /* Foreground */ --col-bg-main: rgba(255,255,255,0.8); /* background of content-area */ } </style> ```
Hello!
Happy and Thanks!! Just wanted to provide an example where parse does not handle the comments, but put them into the 'object.directive' instead.