From 8e5e06cc8cd9c88a494078a6cd1f372a103d8695 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 7 Jun 2018 16:42:52 -0400 Subject: [PATCH] Allow url domains and protocols in css --- sass-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass-lint.yml b/sass-lint.yml index 52ed394..650a98f 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -108,8 +108,8 @@ rules: no-trailing-zero: 1 no-transition-all: 0 no-universal-selectors: 0 - no-url-domains: 1 - no-url-protocols: 1 + no-url-domains: 0 + no-url-protocols: 0 no-vendor-prefixes: - 0 - additional-identifiers: []