diff --git a/styles/colors.less b/atom/colors.less similarity index 100% rename from styles/colors.less rename to atom/colors.less diff --git a/styles/editor.less b/atom/editor.less similarity index 100% rename from styles/editor.less rename to atom/editor.less diff --git a/styles/language.less b/atom/language.less similarity index 100% rename from styles/language.less rename to atom/language.less diff --git a/styles/syntax-variables.less b/atom/syntax-variables.less similarity index 100% rename from styles/syntax-variables.less rename to atom/syntax-variables.less diff --git a/index.less b/index.less index d82599a..a35804a 100644 --- a/index.less +++ b/index.less @@ -4,4 +4,4 @@ * @author Raphael Amorim <rapha850@gmail.com> * */ - @import 'styles/editor'; + @import 'atom/editor';