]> arthur.barton.de Git - atom-ax-pipe.git/commitdiff
Rename "stylesheets/" directory to "styles/" fix-stylesheets-dir
authorAlexander Barton <alex@barton.de>
Tue, 26 May 2015 13:32:26 +0000 (15:32 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 26 May 2015 13:32:26 +0000 (15:32 +0200)
This fixes the following deprecation warning:

  "Store package style sheets in the styles/ directory instead of
  stylesheets/ in the seti-monokai package"

Closes moshee/atom-pipe#11.

styles/pipe.less [new file with mode: 0644]
stylesheets/pipe.less [deleted file]

diff --git a/styles/pipe.less b/styles/pipe.less
new file mode 100644 (file)
index 0000000..589b61e
--- /dev/null
@@ -0,0 +1,9 @@
+// The ui-variables file is provided by base themes provided by Atom.
+//
+// See https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less
+// for a full listing of what's available.
+@import "ui-variables";
+
+.pipe-command {
+  padding: 1px;
+}
diff --git a/stylesheets/pipe.less b/stylesheets/pipe.less
deleted file mode 100644 (file)
index 589b61e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// The ui-variables file is provided by base themes provided by Atom.
-//
-// See https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less
-// for a full listing of what's available.
-@import "ui-variables";
-
-.pipe-command {
-  padding: 1px;
-}