remove unused files

This commit is contained in:
FezVrasta 2014-10-31 09:17:42 +01:00
parent b2338a4e9e
commit 12141dbcd9
4 changed files with 0 additions and 34 deletions

View File

@ -1,16 +0,0 @@
// main: material.less
@keyframes input-highlight {
0% {
left: 20%;
width: 20%;
}
99% {
width: 0;
left: 0;
opacity: 1;
}
100% {
opacity: 0;
}
}

View File

@ -4,7 +4,6 @@
@import "_variables.less";
@import "_mixins.less";
@import "_icons-material-design.less";
@import "_animations.less";
@import "_shadows.less";
body {

View File

@ -1,16 +0,0 @@
// main: _material.scss
@keyframes input-highlight {
0% {
left: 20%;
width: 20%;
}
99% {
width: 0;
left: 0;
opacity: 1;
}
100% {
opacity: 0;
}
}

View File

@ -3,7 +3,6 @@
@import "_variables.scss";
@import "_mixins.scss";
@import "_animations.scss";
@import "_shadows.scss";
body {