File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,8 @@ namespace Sass {
268
268
m->feature_queries (),
269
269
wrapper_block);
270
270
271
+ mm->tabs (m->tabs ());
272
+
271
273
Bubble* bubble = new (ctx.mem ) Bubble (mm->pstate (), mm);
272
274
return bubble;
273
275
}
Original file line number Diff line number Diff line change @@ -58,14 +58,10 @@ namespace Sass {
58
58
void Inspect::operator ()(Bubble* bubble)
59
59
{
60
60
append_indentation ();
61
- append_token (" Bubble" , bubble);
62
- append_optional_space ();
63
- append_string (" (" );
64
- append_optional_space ();
61
+ append_token (" ::BUBBLE" , bubble);
62
+ append_scope_opener ();
65
63
bubble->node ()->perform (this );
66
- append_optional_space ();
67
- append_string (" )" );
68
- append_optional_space ();
64
+ append_scope_closer ();
69
65
}
70
66
71
67
void Inspect::operator ()(Media_Block* media_block)
You can’t perform that action at this time.
0 commit comments