Skip to content

Commit

Permalink
Change import-notation to "url" (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Oct 14, 2022
1 parent f569bb1 commit 5c0e054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __tests__/valid.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "x.css";
@import "y.css";
@import url("x.css");
@import url("y.css");

/**
* Multi-line comment
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 5c0e054

Please sign in to comment.