mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 08:45:32 +03:00
Make sure index.css is at top
This commit is contained in:
parent
5ef67fab91
commit
e81dc97c6b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"trailingComma": "all",
|
||||
"importOrder": [
|
||||
"^[^.].*.css$",
|
||||
"index.css$",
|
||||
".css$",
|
||||
"<THIRD_PARTY_MODULES>",
|
||||
"^../",
|
||||
|
|
Loading…
Reference in a new issue