css: add type css to polymer elements

This commit is contained in:
Marcin Lulek 2016-09-21 17:07:15 +02:00
parent 98738b435f
commit f28e511072

View file

@ -5,6 +5,7 @@
@import 'variables';
@import 'buttons';
@import 'alerts';
@import 'type';
:root {
--primary-color: @rcblue;