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
Related to Separate out initial sass structure issue. In a perfect world a user wouldn't have to strip out the sass directory to utilize something like Bootstrap or a client's own sass structure.
Ideally, we could have the default sass be behind a flag or in a .env, for instance
USE_SASS_STARTER=true
or as a script
npm run initialize-project --with-sass-starter
The text was updated successfully, but these errors were encountered:
Related to Separate out initial sass structure issue. In a perfect world a user wouldn't have to strip out the
sass
directory to utilize something like Bootstrap or a client's own sass structure.Ideally, we could have the default sass be behind a flag or in a
.env
, for instanceor as a script
The text was updated successfully, but these errors were encountered: