I would recommend learning CSS.
You will soon learn that frameworks are nice for prototyping but for production level / commercial websites you should reduce bloat, reduce the requirement for external libraries and write all your own code as much as possible. As mentioned in another comment this will help reduce bugs, improve speed and your understanding overall.
Learn the basics of CSS. Move on to leaning SCSS. Enjoy learning!