When adding a component to the library, all comment blocks in associated css files are stripped out. This prevents documenting css when sharing components online. (Note that comments in javascript files are correctly preserved.) Please keep the comment blocks during the save.
To reproduce: Bootstrap 8.0.0. 1) Create a new blank design. 2) Add a component to the Body (e.g., Paragraph). 3) In the Design tab, under Styles, add a new file (e.g., MyComp.css) with a css for the component, then click the space above it and add a comment block. 4) Back in the Overview panel, right-click on the Paragraph and select “Add to Library”. In the “Create New Component” dialog, expand the “CSS” section and you will see that the comment block is not shown, only the actual css. 5) Set the name to “MyComp” the click Create to add the component under the “User” section. 6) Close the design without saving, then create a new blank design. 7) Insert the “MyComp” component into the body. You will see that the MyComp.css file is added under Styles but the comment block was truly discarded.