Skip to content
#

css-converter

Here are 10 public repositories matching this topic...

juliancc
juliancc commented Jun 2, 2021

When you parse using --components=true the css file generated works for the most part. The only main problem is that it generates duplicate classes if many elements with the same class exist in the original file.

For example if you have the following:

<div class="alert alert-warning">
some warning alert
</div>
.
some other code
.
<div class="alert alert-danger">
this is a 

Improve this page

Add a description, image, and links to the css-converter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the css-converter topic, visit your repo's landing page and select "manage topics."

Learn more