From 3ae8fac58c3378074b1b6b384068633504e0d226 Mon Sep 17 00:00:00 2001 From: Zach Freed Date: Sat, 14 Oct 2017 00:40:08 -0400 Subject: [PATCH] changing parent directory changed over from yeoman config to a more proper directory --- {app => stimpleton}/index.html | 22 +------------------ {app/styles => stimpleton}/stimpleton.scss | 0 .../vendor/_meyer_reset.scss | 0 3 files changed, 1 insertion(+), 21 deletions(-) rename {app => stimpleton}/index.html (50%) rename {app/styles => stimpleton}/stimpleton.scss (100%) rename {app/styles => stimpleton}/vendor/_meyer_reset.scss (100%) diff --git a/app/index.html b/stimpleton/index.html similarity index 50% rename from app/index.html rename to stimpleton/index.html index 80e266c..949ea4f 100644 --- a/app/index.html +++ b/stimpleton/index.html @@ -4,23 +4,10 @@ - stimpleton - + stimpleton, a grid for everyone - - - - - - - - - - - - @@ -34,12 +21,5 @@
pica

english

- - - - - - - diff --git a/app/styles/stimpleton.scss b/stimpleton/stimpleton.scss similarity index 100% rename from app/styles/stimpleton.scss rename to stimpleton/stimpleton.scss diff --git a/app/styles/vendor/_meyer_reset.scss b/stimpleton/vendor/_meyer_reset.scss similarity index 100% rename from app/styles/vendor/_meyer_reset.scss rename to stimpleton/vendor/_meyer_reset.scss