From 5c0e054ede34bc7ba7fbd5c07872b3766f676f8a Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:28:44 +0900 Subject: [PATCH] Change `import-notation` to `"url"` (#266) --- __tests__/valid.css | 4 ++-- index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/__tests__/valid.css b/__tests__/valid.css index 46533a3..0cb490b 100644 --- a/__tests__/valid.css +++ b/__tests__/valid.css @@ -1,5 +1,5 @@ -@import "x.css"; -@import "y.css"; +@import url("x.css"); +@import url("y.css"); /** * Multi-line comment diff --git a/index.js b/index.js index 388968c..a0f8164 100644 --- a/index.js +++ b/index.js @@ -92,7 +92,7 @@ module.exports = { 'function-url-quotes': 'always', 'function-whitespace-after': 'always', 'hue-degree-notation': 'angle', - 'import-notation': 'string', + 'import-notation': 'url', indentation: 2, 'keyframe-selector-notation': 'percentage-unless-within-keyword-only-block', 'keyframes-name-pattern': [