some required scss imports added (#670)

* some required scss imports added

* mdRadio scss imports added
This commit is contained in:
Rafael Wizzzet Kamashev 2017-05-08 01:42:04 +03:00 committed by Marcos Moura
parent ebf55c18ab
commit 68142d732a
3 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
@import '../../core/stylesheets/variables.scss';
@import '../mdCheckbox/mdCheckbox.scss';
$radio-size: 20px;
$radio-ripple-size: 48px;

View file

@ -1,3 +1,6 @@
@import 'variables.scss';
@import 'typography.scss';
/* Structure
========================================================================== */

View file

@ -1,3 +1,5 @@
@import 'variables.scss';
.md-scrollbar {
&::-webkit-scrollbar,
::-webkit-scrollbar {