soyjavi 13 vuotta sitten
vanhempi
commit
df112d07d0
2 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 2 2
      GruntFile.coffee
  2. 1 2
      src/stylesheets/lungo.media.tablet.styl

+ 2 - 2
GruntFile.coffee

@@ -65,10 +65,10 @@ module.exports = (grunt) ->
 
     stylus:
       core:
-        options: compress: false, import: [ '__init']
+        options: compress: true, import: [ '__init']
         files: '<%=meta.endpoint%>/<%=meta.file%><%=meta.version%>/<%=meta.file%>.css': '<%=source.stylus%>'
       theme:
-        options: compress: false, banner: "<%= meta.banner %>"
+        options: compress: false
         files: '<%=meta.endpoint%>/<%=meta.file%><%=meta.version%>/<%=meta.file%>.theme.css': '<%=source.theme%>'
       icons:
         files: '<%=meta.packages%>/<%=meta.file%>.icon/<%=meta.file%>.icon.css': '<%=source.icons%>'

+ 1 - 2
src/stylesheets/lungo.media.tablet.styl

@@ -1,5 +1,3 @@
-@import "__init.styl"
-
 /* ==== Tablet ==== */
 @media only screen and (min-width: 768px)
   body
@@ -37,6 +35,7 @@
 
 @-webkit-keyframes showing
   0%
+    opacity: 0
     transform translateX(100%)
   100%
     opacity: 1