Module-documentation

version 1.0.0
module: icons
maintanance: Marco Asbreuk
home
all modules

Change color

This 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>
API Docs