Hacker News new | ask | show | jobs
by tickthokk 3597 days ago
I think Domenic's objection is that it sounds like you're going into, for example, _forms.scss and dropping something unnecessary like the styling of the `output` tag.

Are you instead just going into bootstrap.scss and commenting out entire includes?

The former implies a lot of surgery and the latter is definitely more manageable, but could still suffer from the project abandonment he brought up.

All in all I liked what I saw :)

1 comments

In current version I only removed components from bootstrap.scss, but in future version I also want to remove some code from scss files like for example _navbar.scss. Who needs 3 versions of navbar in one project?