Skip to content

Commit

Permalink
Improve style domain regex (fixes #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 11, 2016
1 parent ba5fba7 commit d730086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@-moz-document domain(slack.com) {
@-moz-document regexp("https://[^./]*\\.slack\\.com/.*") {

@import "helpers/variables";
@import "helpers/mixins";
Expand Down

0 comments on commit d730086

Please sign in to comment.