refactoring - transition + media queries - bug with icon and princing grid
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
/*
|
||||
Error: Undefined mixin 'transition'.
|
||||
on line 45 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss, in `transition'
|
||||
from line 45 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss
|
||||
on line 104 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss, in `transition'
|
||||
from line 104 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss
|
||||
|
||||
40: }
|
||||
41:
|
||||
42: /** NIVEAU 1 *\/
|
||||
43: #container{
|
||||
44: margin:0 auto; position:relative;
|
||||
45: @include transition(padding-top 0.5s ease-out); // change this
|
||||
46: }
|
||||
47:
|
||||
48: /** NIVEAU 2 *\/
|
||||
49: @mixin padded(){ $p:2%; width:100%-2*$p; padding-left:$p; padding-right:$p; }
|
||||
50:
|
||||
99: }
|
||||
100:
|
||||
101: /** NIVEAU 1 *\/
|
||||
102: #container{
|
||||
103: margin:0 auto; position:relative;
|
||||
104: @include transition(padding-top 0.5s ease-out); // change this
|
||||
105: }
|
||||
106:
|
||||
107: /** NIVEAU 2 *\/
|
||||
108: @mixin padded(){ $p:2%; width:100%-2*$p; padding-left:$p; padding-right:$p; }
|
||||
109:
|
||||
|
||||
Backtrace:
|
||||
/home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss:45:in `transition'
|
||||
/home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss:45
|
||||
/home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss:104:in `transition'
|
||||
/home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss:104
|
||||
/usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/sass-3.4.13/lib/sass/tree/visitors/perform.rb:348:in `block in visit_mixin'
|
||||
/usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/sass-3.4.13/lib/sass/stack.rb:98:in `block in with_mixin'
|
||||
/usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/sass-3.4.13/lib/sass/stack.rb:115:in `with_frame'
|
||||
@@ -71,4 +71,4 @@ Backtrace:
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'transition'.\A on line 45 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss, in `transition'\A from line 45 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss\A \A 40: }\A 41: \A 42: /** NIVEAU 1 */\A 43: #container{ \A 44: margin:0 auto; position:relative; \A 45: @include transition(padding-top 0.5s ease-out); // change this\A 46: }\A 47: \A 48: /** NIVEAU 2 */\A 49: @mixin padded(){ $p:2%; width:100%-2*$p; padding-left:$p; padding-right:$p; }\A 50: "; }
|
||||
content: "Error: Undefined mixin 'transition'.\A on line 104 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss, in `transition'\A from line 104 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/layout.scss\A \A 99: }\A 100: \A 101: /** NIVEAU 1 */\A 102: #container{ \A 103: margin:0 auto; position:relative; \A 104: @include transition(padding-top 0.5s ease-out); // change this\A 105: }\A 106: \A 107: /** NIVEAU 2 */\A 108: @mixin padded(){ $p:2%; width:100%-2*$p; padding-left:$p; padding-right:$p; }\A 109: "; }
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user