 Module-documentation
Module-documentationThis example shows how to generate a button with a different color
Code-example:
<style type="text/css">
    body #itsa-alert-icon {
        fill: #F00;
    }
</style>
<i icon="alert"></i>
<script src="itsabuild-min.js"></script>