From: Alexander Barton Date: Tue, 26 May 2015 13:32:26 +0000 (+0200) Subject: Rename "stylesheets/" directory to "styles/" X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-pipe.git;a=commitdiff_plain;h=8a770c9052ecdc5d74b2e1e229ae0737f254c9f7 Rename "stylesheets/" directory to "styles/" 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. --- diff --git a/styles/pipe.less b/styles/pipe.less new file mode 100644 index 0000000..589b61e --- /dev/null +++ b/styles/pipe.less @@ -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 index 589b61e..0000000 --- a/stylesheets/pipe.less +++ /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; -}