imarc / boilerplate

Responsive CSS, HTML and JavaScript front-end starting point, plus components!
https://imarc-boilerplate.netlify.app/
8 stars 10 forks source link

Internal server error: [sass] Can't find stylesheet to import #88

Open bzkjyf opened 1 year ago

bzkjyf commented 1 year ago

hi: i got a error: Internal server error: [sass] Can't find stylesheet to import 8 │ ┌ @forward "/packages/boilerplate-grid/lib/grid" with ( 9 │ │ $-breakpoints: config.$breakpoints, 10 │ │ $-columns: config.$columns, 11 │ │ $-row-gap: config.$row-gap, 12 │ │ );

khamer commented 1 year ago

I know what this issue is, I'll look into it.

jozerozman commented 1 year ago

@khamer It would be a great help if you could share that info! I ran into this problem and am trying to solve it :)

khamer commented 1 year ago

Sorry - I just want to fix the issue, but the short version is that the path is wrong, and grid.scss is no longer in /packages/. We started towards using lerna, but ultimately didn't have enough subpackages to justify moving to a monorepo pattern. I'll try to get this addressed ASAP.