You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
HI, I'm new (to working with foundationpress, scss, even grunt, bower, etc), but couldn't figure this out by myself. I got foundationpress installed on my wordpress build on my testserver (yay) but I get an error in grunt (I am doing grunt:watch) when it tries to compile the scss.
I'm just trying to import my custom scss file at this point. I'm basically at 9:38 of this video.
This is the include code: @import "site/mytheme";
at the bottom of my foundation scss.
I have also verified that all the directories/paths/filenames are correct. I looked at the permissions and I think everything is readable. I see no changes in my testbuild.
What am I doing wrong? As i said I'm a newbie trying to self teach but I'm not sure I understand enough to figure this one out.
Thank you for your help.
-Perry
The text was updated successfully, but these errors were encountered:
I fixed it! If anyone has the same issue, what helped me was removing everything and starting over from scratch. There may have been a problem with my bower installation not having been correct. Good luck.
HI, I'm new (to working with foundationpress, scss, even grunt, bower, etc), but couldn't figure this out by myself. I got foundationpress installed on my wordpress build on my testserver (yay) but I get an error in grunt (I am doing grunt:watch) when it tries to compile the scss.
I'm just trying to import my custom scss file at this point. I'm basically at 9:38 of this video.
https://www.youtube.com/watch?v=s4m5wwM4BWM#t=11
The error I get in Git BASH is:
I have triple checked my code in my custom file, but here it is:
$my-bodytext: Tahoma, Verdana;
$my-primary-background-color:#f2f2f2;
body{
font-family: $my-bodytext;
color: $my-primary-text-color;
background:$my-primary-background-color;
}
This is the include code: @import "site/mytheme";
at the bottom of my foundation scss.
I have also verified that all the directories/paths/filenames are correct. I looked at the permissions and I think everything is readable. I see no changes in my testbuild.
What am I doing wrong? As i said I'm a newbie trying to self teach but I'm not sure I understand enough to figure this one out.
Thank you for your help.
-Perry
The text was updated successfully, but these errors were encountered: