Recently, I inherited a website that utilizes LESS for CSS pre-processing. My task involves updating certain styles; however, I am uncertain whether the former developers made changes to the LESS files and then compiled the CSS, or if they simply edited the CSS directly. My preference is to edit the LESS files, but I am concerned about potentially losing any modifications that were made by the previous developers directly in the CSS. Unfortunately, I do not have information regarding who the prior developers were nor access to their source control to view the file history.
Is there a method available to verify if the LESS file aligns with the CSS file?