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
KTB 2019-11-15 08:19:32 -05:00 committed by GitHub
parent b950d9f66c
commit 6ba019fae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
src/gtk-3.20/scss/apps

View File

@ -1,4 +1,4 @@
@import "widgets/button";
@import "../widgets/button";
/**********************
! Genome Terminal *