12345678910111213141516171819202122232425262728293031323334353637 |
- /*
- Error: Inconsistent indentation: 5 spaces were used for indentation, but the rest of the document was indented using 2 spaces.
- on line 180 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/less/styles.sass
- 175: .14;
- 176: margin-top:-3px;
- 177: margin-left:-0.5em;
- 178: .900;
- 179: @media @max-980{display:none;}
- 180: .ie8 &{position: absolute; margin-top:22px;}
- 181: }
- 182: }
- 183:
- 184: #header-blocks{
- 185: //position:absolute; right:0; bottom:0;
- Backtrace:
- /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/less/styles.sass:180
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/engine.rb:473:in `block in tabulate'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/engine.rb:431:in `each'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/engine.rb:431:in `each_with_index'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/engine.rb:431:in `tabulate'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/engine.rb:396:in `_to_tree'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/engine.rb:368:in `_render_with_sourcemap'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/engine.rb:285:in `render_with_sourcemap'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/exec/sass_scss.rb:396:in `run'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/exec/sass_scss.rb:62:in `process_result'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/exec/base.rb:52:in `parse'
- /opt/koala/rubygems/gems/sass-3.4.9/lib/sass/exec/base.rb:19:in `parse!'
- /opt/koala/rubygems/gems/sass-3.4.9/bin/sass:13:in `<top (required)>'
- /opt/koala/bin/sass:18:in `load'
- /opt/koala/bin/sass:18:in `<main>'
- */
- body:before {
- white-space: pre;
- font-family: monospace;
- content: "Error: Inconsistent indentation: 5 spaces were used for indentation, but the rest of the document was indented using 2 spaces.\A on line 180 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/less/styles.sass\A \A 175: .14;\A 176: margin-top:-3px;\A 177: margin-left:-0.5em;\A 178: .900;\A 179: @media @max-980{display:none;}\A 180: .ie8 &{position: absolute; margin-top:22px;}\A 181: }\A 182: }\A 183: \A 184: #header-blocks{\A 185: //position:absolute; right:0; bottom:0;"; }
|