We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e92042 commit 656de69Copy full SHA for 656de69
com-css-sort.el
@@ -152,6 +152,8 @@ This wil replace `com-css-sort-default-attributes-order' if it can."
152
(insert-file-contents file-path)
153
(buffer-string)))
154
155
+;;; Core
156
+
157
(defun com-css-sort--get-ccs-file-list ()
158
"Get the `com-css-sort-sort-file' and turn it into list."
159
(let ((sort-file-path (concat (cdr (project-current)) com-css-sort-sort-file))
0 commit comments