Преглед на файлове

Fix import of mixins.less

soyjavi преди 13 години
родител
ревизия
e2de35cab7

+ 0 - 1
src/stylesheets/Lungo.layout.article.less

@@ -7,7 +7,6 @@
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */
 
-@import "mixins.less";
 @import "constants.less";
 
 article {

+ 0 - 1
src/stylesheets/Lungo.layout.aside.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 
 section.aside {

+ 0 - 1
src/stylesheets/Lungo.layout.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 section {
     // @todo: section position absolute or FIXED

+ 0 - 1
src/stylesheets/Lungo.layout.list.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 .list {
     & li {

+ 0 - 1
src/stylesheets/Lungo.layout.nav.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 header nav, footer nav {
     height: auto;

+ 1 - 3
src/stylesheets/Lungo.theme.default.less

@@ -7,10 +7,8 @@
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */
 
-@import "mixins.less";
 @import "constants.less";
-
-@import "lungo.theme.default.font.less";
+// @import "lungo.theme.default.font.less";
 
 
 @theme: #2A95D3;

+ 0 - 1
src/stylesheets/Lungo.widgets.button.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 a.button {
     display: inline-block;

+ 0 - 1
src/stylesheets/Lungo.widgets.colour.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 a.grey, .grey{background-color: @grey;}
 a.grey:active { background-color: @grey-active;}

+ 0 - 1
src/stylesheets/Lungo.widgets.form.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 @input-height: 29px;
 

+ 0 - 1
src/stylesheets/Lungo.widgets.less

@@ -8,7 +8,6 @@
  */
 
 @import "constants.less";
-@import "mixins.less";
 
 .scroll {
     overflow-x: hidden;

+ 1 - 1
src/stylesheets/Lungo.widgets.loading.less

@@ -7,7 +7,7 @@
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */
 
-@import "mixins.less";
+@import "constants.less";
 
 .loading {
     position: relative;

+ 1 - 1
src/stylesheets/Lungo.widgets.splash.less

@@ -6,7 +6,7 @@
  *
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */
-
+@import "constants.less";
 .splash{
     text-align: center;
     font-size: 1.2em;

+ 0 - 5
src/stylesheets/css/Lungo.layout.article.css

@@ -47,10 +47,5 @@ footer ~ article {
     -ms-transform: translate3d(0px, 0, 0);
     -o-transform: translate3d(0px, 0, 0);
     transform: translate3d(0px, 0, 0);
-    -webkit-transform: translate3d(0px, 0, 0);
-    -moz-transform: translate3d(0px, 0, 0);
-    -ms-transform: translate3d(0px, 0, 0);
-    -o-transform: translate3d(0px, 0, 0);
-    transform: translate3d(0px, 0, 0);
   }
 }

+ 0 - 20
src/stylesheets/css/Lungo.layout.aside.css

@@ -14,11 +14,6 @@ section.aside:not(.small) {
   -ms-transform: translate(256px, 0);
   -o-transform: translate(256px, 0);
   transform: translate(256px, 0);
-  -webkit-transform: translate(256px, 0);
-  -moz-transform: translate(256px, 0);
-  -ms-transform: translate(256px, 0);
-  -o-transform: translate(256px, 0);
-  transform: translate(256px, 0);
 }
 section.aside.small {
   -webkit-transform: translate(64px, 0);
@@ -26,11 +21,6 @@ section.aside.small {
   -ms-transform: translate(64px, 0);
   -o-transform: translate(64px, 0);
   transform: translate(64px, 0);
-  -webkit-transform: translate(64px, 0);
-  -moz-transform: translate(64px, 0);
-  -ms-transform: translate(64px, 0);
-  -o-transform: translate(64px, 0);
-  transform: translate(64px, 0);
 }
 section.aside.right {
   -webkit-transform: translate(-256px, 0);
@@ -38,11 +28,6 @@ section.aside.right {
   -ms-transform: translate(-256px, 0);
   -o-transform: translate(-256px, 0);
   transform: translate(-256px, 0);
-  -webkit-transform: translate(-256px, 0);
-  -moz-transform: translate(-256px, 0);
-  -ms-transform: translate(-256px, 0);
-  -o-transform: translate(-256px, 0);
-  transform: translate(-256px, 0);
 }
 section.aside.right.small {
   -webkit-transform: translate(-64px, 0);
@@ -50,11 +35,6 @@ section.aside.right.small {
   -ms-transform: translate(-64px, 0);
   -o-transform: translate(-64px, 0);
   transform: translate(-64px, 0);
-  -webkit-transform: translate(-64px, 0);
-  -moz-transform: translate(-64px, 0);
-  -ms-transform: translate(-64px, 0);
-  -o-transform: translate(-64px, 0);
-  transform: translate(-64px, 0);
 }
 aside {
   position: absolute;

+ 0 - 55
src/stylesheets/css/Lungo.layout.css

@@ -21,16 +21,6 @@ section {
   -ms-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
   -o-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
   transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -moz-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -ms-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -o-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -webkit-backface-visibility: hidden;
-  -moz-backface-visibility: hidden;
-  -ms-backface-visibility: hidden;
-  -o-backface-visibility: hidden;
-  backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
@@ -56,19 +46,9 @@ section[data-transition="pop"] {
   -ms-transform: scale(1.15);
   -o-transform: scale(1.15);
   transform: scale(1.15);
-  -webkit-transform: scale(1.15);
-  -moz-transform: scale(1.15);
-  -ms-transform: scale(1.15);
-  -o-transform: scale(1.15);
-  transform: scale(1.15);
 }
 section[data-transition="pop"]:first-child,
 section[data-transition="pop"].show {
-  -webkit-transform: scale(1);
-  -moz-transform: scale(1);
-  -ms-transform: scale(1);
-  -o-transform: scale(1);
-  transform: scale(1);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
@@ -77,11 +57,6 @@ section[data-transition="pop"].show {
   opacity: 1;
 }
 section[data-transition="pop"].hide {
-  -webkit-transform: scale(0.9);
-  -moz-transform: scale(0.9);
-  -ms-transform: scale(0.9);
-  -o-transform: scale(0.9);
-  transform: scale(0.9);
   -webkit-transform: scale(0.9);
   -moz-transform: scale(0.9);
   -ms-transform: scale(0.9);
@@ -90,11 +65,6 @@ section[data-transition="pop"].hide {
   opacity: 0;
 }
 section[data-transition="slide"] {
-  -webkit-transform: translatex(100%);
-  -moz-transform: translatex(100%);
-  -ms-transform: translatex(100%);
-  -o-transform: translatex(100%);
-  transform: translatex(100%);
   -webkit-transform: translatex(100%);
   -moz-transform: translatex(100%);
   -ms-transform: translatex(100%);
@@ -110,11 +80,6 @@ section[data-transition="slide"]  > article > * {
   -ms-transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
   -o-transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
   transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -webkit-transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -moz-transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -ms-transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -o-transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
 }
 section[data-transition="slide"]:first-child,
 section[data-transition="slide"].show {
@@ -123,11 +88,6 @@ section[data-transition="slide"].show {
   -ms-transform: translatex(0%);
   -o-transform: translatex(0%);
   transform: translatex(0%);
-  -webkit-transform: translatex(0%);
-  -moz-transform: translatex(0%);
-  -ms-transform: translatex(0%);
-  -o-transform: translatex(0%);
-  transform: translatex(0%);
 }
 section[data-transition="slide"]:first-child  > header > *,
 section[data-transition="slide"].show  > header > *,
@@ -141,11 +101,6 @@ section[data-transition="slide"].hide {
   -ms-transform: translatex(-100%);
   -o-transform: translatex(-100%);
   transform: translatex(-100%);
-  -webkit-transform: translatex(-100%);
-  -moz-transform: translatex(-100%);
-  -ms-transform: translatex(-100%);
-  -o-transform: translatex(-100%);
-  transform: translatex(-100%);
 }
 section[data-transition="slide"].hide  > header > *,
 section[data-transition="slide"].hide  > article > * {
@@ -157,11 +112,6 @@ section[data-transition="cover"] {
   -ms-transform: translatey(110%);
   -o-transform: translatey(110%);
   transform: translatey(110%);
-  -webkit-transform: translatey(110%);
-  -moz-transform: translatey(110%);
-  -ms-transform: translatey(110%);
-  -o-transform: translatey(110%);
-  transform: translatey(110%);
 }
 section[data-transition="cover"]:first-child,
 section[data-transition="cover"].show {
@@ -170,11 +120,6 @@ section[data-transition="cover"].show {
   -ms-transform: translatey(0%);
   -o-transform: translatey(0%);
   transform: translatey(0%);
-  -webkit-transform: translatey(0%);
-  -moz-transform: translatey(0%);
-  -ms-transform: translatey(0%);
-  -o-transform: translatey(0%);
-  transform: translatey(0%);
 }
 section[data-transition="fade"] {
   opacity: 0;

+ 0 - 5
src/stylesheets/css/Lungo.layout.list.css

@@ -31,11 +31,6 @@
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
-  -webkit-transform: rotate(45deg);
-  -moz-transform: rotate(45deg);
-  -ms-transform: rotate(45deg);
-  -o-transform: rotate(45deg);
-  transform: rotate(45deg);
 }
 .list li a {
   display: block;

Файловите разлики са ограничени, защото са твърде много
+ 0 - 202
src/stylesheets/css/Lungo.theme.default.css


+ 0 - 6
src/stylesheets/css/Lungo.widgets.button.css

@@ -25,12 +25,6 @@ a.button {
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
-  -webkit-touch-callout: none;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  -o-user-select: none;
-  user-select: none;
 }
 a.button:active,
 a.button.active {

+ 0 - 6
src/stylesheets/css/Lungo.widgets.css

@@ -57,12 +57,6 @@
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
   background-clip: padding-box;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-  -webkit-background-clip: padding-box;
-  -moz-background-clip: padding;
-  background-clip: padding-box;
 }
 .bubble {
   display: inline-block;

+ 0 - 12
src/stylesheets/css/Lungo.widgets.form.css

@@ -28,12 +28,6 @@ form.rounded select:first-of-type {
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
   background-clip: padding-box;
-  -webkit-border-radius: 2px 2px 0px 0px;
-  -moz-border-radius: 2px 2px 0px 0px;
-  border-radius: 2px 2px 0px 0px;
-  -webkit-background-clip: padding-box;
-  -moz-background-clip: padding;
-  background-clip: padding-box;
 }
 form.rounded input:not([type=checkbox]):last-of-type,
 form.rounded textarea:last-of-type,
@@ -44,12 +38,6 @@ form.rounded select:last-of-type {
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
   background-clip: padding-box;
-  -webkit-border-radius: 0px 0px 2px 2px;
-  -moz-border-radius: 0px 0px 2px 2px;
-  border-radius: 0px 0px 2px 2px;
-  -webkit-background-clip: padding-box;
-  -moz-background-clip: padding;
-  background-clip: padding-box;
 }
 label:not(.select) {
   font-size: 0.9em;

+ 2 - 0
src/stylesheets/css/Lungo.widgets.loading.css

@@ -6,6 +6,8 @@
  *
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */
+/* DIMENSIONS */
+/* COLORS */
 .loading {
   position: relative;
   left: 50%;

+ 2 - 0
src/stylesheets/css/Lungo.widgets.splash.css

@@ -6,6 +6,8 @@
  *
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */
+/* DIMENSIONS */
+/* COLORS */
 .splash {
   text-align: center;
   font-size: 1.2em;

+ 0 - 30
src/stylesheets/css/lungo.widgets.notification.css

@@ -19,11 +19,6 @@
   -ms-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
   -o-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
   transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -webkit-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -moz-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -ms-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  -o-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
-  transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
 }
 .notification .window.show {
   opacity: 1;
@@ -32,11 +27,6 @@
   -ms-transition-delay: 200ms;
   -o-transition-delay: 200ms;
   transition-delay: 200ms;
-  -webkit-transition-delay: 200ms;
-  -moz-transition-delay: 200ms;
-  -ms-transition-delay: 200ms;
-  -o-transition-delay: 200ms;
-  transition-delay: 200ms;
 }
 .notification .window strong,
 .notification .window small {
@@ -58,11 +48,6 @@
   -ms-transform: scale(0.8);
   -o-transform: scale(0.8);
   transform: scale(0.8);
-  -webkit-transform: scale(0.8);
-  -moz-transform: scale(0.8);
-  -ms-transform: scale(0.8);
-  -o-transform: scale(0.8);
-  transform: scale(0.8);
 }
 .notification .window:not(.special).show {
   -webkit-transform: scale(1);
@@ -70,11 +55,6 @@
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
-  -webkit-transform: scale(1);
-  -moz-transform: scale(1);
-  -ms-transform: scale(1);
-  -o-transform: scale(1);
-  transform: scale(1);
 }
 .notification .window:not(.special) .icon {
   display: block;
@@ -98,11 +78,6 @@
   -ms-transform: translate3d(0, -100%, 0);
   -o-transform: translate3d(0, -100%, 0);
   transform: translate3d(0, -100%, 0);
-  -webkit-transform: translate3d(0, -100%, 0);
-  -moz-transform: translate3d(0, -100%, 0);
-  -ms-transform: translate3d(0, -100%, 0);
-  -o-transform: translate3d(0, -100%, 0);
-  transform: translate3d(0, -100%, 0);
 }
 .notification .window.confirm.show,
 .notification .window.notify.show {
@@ -111,11 +86,6 @@
   -ms-transform: translate3d(0, 0%, 0);
   -o-transform: translate3d(0, 0%, 0);
   transform: translate3d(0, 0%, 0);
-  -webkit-transform: translate3d(0, 0%, 0);
-  -moz-transform: translate3d(0, 0%, 0);
-  -ms-transform: translate3d(0, 0%, 0);
-  -o-transform: translate3d(0, 0%, 0);
-  transform: translate3d(0, 0%, 0);
 }
 .notification .window.confirm .icon,
 .notification .window.notify .icon {

+ 0 - 1
src/stylesheets/lungo.widgets.notification.less

@@ -1,4 +1,3 @@
-@import "mixins.less";
 @import "constants.less";
 
 @notification_opacity: rgba(0,0,0,0.5);