]> arthur.barton.de Git - atom-ax-pipe.git/commitdiff
Merge pull request #15 from alexbarton/fix-keymaps-tag master
authormoshee <moshee@displaynone.us>
Tue, 26 May 2015 15:45:40 +0000 (08:45 -0700)
committermoshee <moshee@displaynone.us>
Tue, 26 May 2015 15:45:40 +0000 (08:45 -0700)
Use the `atom-text-editor` tag instead of the `editor` class.

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;
-}