MahdiTa97 / turborepo-boilerplate

A boilerplate base on TURBOREPO
https://mahdita97.github.io/turborepo-boilerplate/
92 stars 12 forks source link

`@my/mylib:dev: Error: Can't resolve './src/assets/base.css' in '/Users/foo/bar/packages/my-theme-kit/dist'` #4

Closed corysimmons closed 6 months ago

corysimmons commented 2 years ago

image

The asset css files are empty. I tried adding some simple CSS to them and running yarn build from within the my-theme-kit dir but it didn't seem to solve it.

MahdiTa97 commented 2 years ago

@corysimmons you can temporarily add your custom CSS directly in the tailwind.css file. I removed the CSS assets file.

MahdiTa97 commented 6 months ago

The bug has been fixed in the v2.0.0 release.