From 6a8112b3b9a86aed21ad4b2a0bf06c43ace83bef Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 20 May 2015 11:01:14 +0200 Subject: [PATCH 1/1] 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 joaoafrmartins/seti-monokai#21. --- index.less | 2 +- {stylesheets => styles}/syntax-variables.less | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {stylesheets => styles}/syntax-variables.less (100%) diff --git a/index.less b/index.less index 7928bcc..ef211d6 100644 --- a/index.less +++ b/index.less @@ -1,4 +1,4 @@ -@import 'syntax-variables'; +@import './styles/syntax-variables'; .editor-colors { background-color: @syntax-background-color; diff --git a/stylesheets/syntax-variables.less b/styles/syntax-variables.less similarity index 100% rename from stylesheets/syntax-variables.less rename to styles/syntax-variables.less -- 2.39.2