From d730086a8888aced2412d30f4e9c5fe79c042f6a Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 11 Sep 2016 12:15:32 -0600 Subject: [PATCH] Improve style domain regex (fixes #76) --- scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index 8967885f..10a45ba2 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -1,4 +1,4 @@ -@-moz-document domain(slack.com) { +@-moz-document regexp("https://[^./]*\\.slack\\.com/.*") { @import "helpers/variables"; @import "helpers/mixins";