Download lib folder and easily integrate it to your project either with @import 'material.scss' or @import 'material.css'
Easily apply styles to text with following structure. The class structure for text is: text-[color][strength]
<div class="text-r5">Hello, i'm a red text with strength 500</div>
<div class="text-r6">Hello, i'm a red text with strength 600</div>
<div class="text-r7">Hello, i'm a red text with strength 700</div>
<div class="text-r8">Hello, i'm a red text with strength 800</div>
<div class="text-r9">Hello, i'm a red text with strength 900</div>