Makes import directive relative in _gnome-terminal.scss
This commit changes the "widgets/button" import directive to be relative in the gtk-3.20 _gnome-terminal.scss file which is necessary when using SassC.pull/740/head
parent
b950d9f66c
commit
6ba019fae4
src/gtk-3.20/scss/apps
|
@ -1,4 +1,4 @@
|
|||
@import "widgets/button";
|
||||
@import "../widgets/button";
|
||||
|
||||
/**********************
|
||||
! Genome Terminal *
|
||||
|
|
Loading…
Reference in New Issue