Closed alexkuc closed 3 years ago
My only concern is whether https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/fd4997c6ee12042c68532a6455439e7b348a7fe7/gulpfile.js#L77 is affected (sass).
Importing works fine, as-in, the final .css
is not empty and contains the expected selectors.
@merceyz if this looks good and no further editing is required, I can squash commits into one (I did not re-write existing commits to preserve your comments for the current PR)
Looks good :+1:
I'll squash the commits so you can merge the PR
Commits squashed into one, you can merge
I have no power here
Oh, right. We need one of the contributors to review.
Unfortunately we dropped gulp as a dependency and moved to raw scripts so this change will not be added in.
Great template! Works out-of-the-box and everything is awesome!
Though it seems this template is not compatible with Yarn 2 PnP.
I have updated
gulpfile.js
to provide support for both, Yarn 2 and Yarn 1 (classic).I have also updated
.gitignore
to exclude Yarn 2 PnP cache but if this is inappropriate I can remove it.Let me know what you think! 😺