diff --git a/index.less b/index.less index 8ae3018..0edf88f 100644 --- a/index.less +++ b/index.less @@ -1,18 +1,18 @@ -@import "stylesheets/atom"; -@import "stylesheets/buttons"; -@import "stylesheets/editor"; -@import "stylesheets/git"; -@import "stylesheets/lists"; -@import "stylesheets/messages"; -@import "stylesheets/nav"; -@import "stylesheets/overlays"; -@import "stylesheets/panels"; -@import "stylesheets/panes"; -@import "stylesheets/progress"; -@import "stylesheets/sites"; -@import "stylesheets/tabs"; -@import "stylesheets/text"; -@import "stylesheets/tooltips"; -@import "stylesheets/tree-view"; -@import "stylesheets/utilities"; -@import "stylesheets/zen"; +@import "styles/atom"; +@import "styles/buttons"; +@import "styles/editor"; +@import "styles/git"; +@import "styles/lists"; +@import "styles/messages"; +@import "styles/nav"; +@import "styles/overlays"; +@import "styles/panels"; +@import "styles/panes"; +@import "styles/progress"; +@import "styles/sites"; +@import "styles/tabs"; +@import "styles/text"; +@import "styles/tooltips"; +@import "styles/tree-view"; +@import "styles/utilities"; +@import "styles/zen"; diff --git a/stylesheets/atom.less b/styles/atom.less similarity index 100% rename from stylesheets/atom.less rename to styles/atom.less diff --git a/stylesheets/buttons.less b/styles/buttons.less similarity index 100% rename from stylesheets/buttons.less rename to styles/buttons.less diff --git a/stylesheets/dropdowns.less b/styles/dropdowns.less similarity index 100% rename from stylesheets/dropdowns.less rename to styles/dropdowns.less diff --git a/stylesheets/editor.less b/styles/editor.less similarity index 100% rename from stylesheets/editor.less rename to styles/editor.less diff --git a/stylesheets/git.less b/styles/git.less similarity index 100% rename from stylesheets/git.less rename to styles/git.less diff --git a/stylesheets/lists.less b/styles/lists.less similarity index 100% rename from stylesheets/lists.less rename to styles/lists.less diff --git a/stylesheets/messages.less b/styles/messages.less similarity index 100% rename from stylesheets/messages.less rename to styles/messages.less diff --git a/stylesheets/nav.less b/styles/nav.less similarity index 100% rename from stylesheets/nav.less rename to styles/nav.less diff --git a/stylesheets/overlays.less b/styles/overlays.less similarity index 100% rename from stylesheets/overlays.less rename to styles/overlays.less diff --git a/stylesheets/panels.less b/styles/panels.less similarity index 100% rename from stylesheets/panels.less rename to styles/panels.less diff --git a/stylesheets/panes.less b/styles/panes.less similarity index 100% rename from stylesheets/panes.less rename to styles/panes.less diff --git a/stylesheets/progress.less b/styles/progress.less similarity index 100% rename from stylesheets/progress.less rename to styles/progress.less diff --git a/stylesheets/sites.less b/styles/sites.less similarity index 100% rename from stylesheets/sites.less rename to styles/sites.less diff --git a/stylesheets/tabs.less b/styles/tabs.less similarity index 100% rename from stylesheets/tabs.less rename to styles/tabs.less diff --git a/stylesheets/text.less b/styles/text.less similarity index 100% rename from stylesheets/text.less rename to styles/text.less diff --git a/stylesheets/tooltips.less b/styles/tooltips.less similarity index 100% rename from stylesheets/tooltips.less rename to styles/tooltips.less diff --git a/stylesheets/tree-view.less b/styles/tree-view.less similarity index 100% rename from stylesheets/tree-view.less rename to styles/tree-view.less diff --git a/stylesheets/ui-mixins.less b/styles/ui-mixins.less similarity index 100% rename from stylesheets/ui-mixins.less rename to styles/ui-mixins.less diff --git a/stylesheets/ui-variables.less b/styles/ui-variables.less similarity index 100% rename from stylesheets/ui-variables.less rename to styles/ui-variables.less diff --git a/stylesheets/utilities.less b/styles/utilities.less similarity index 100% rename from stylesheets/utilities.less rename to styles/utilities.less diff --git a/stylesheets/variables.less b/styles/variables.less similarity index 100% rename from stylesheets/variables.less rename to styles/variables.less diff --git a/stylesheets/zen.less b/styles/zen.less similarity index 100% rename from stylesheets/zen.less rename to styles/zen.less