It is generally advisable to avoid !important as much as possible because it can make debugging harder. It should be possible to override docsy's styling without !important and eliminating !important in _styles_project.scss as much as possible will go a long way towards making the styling more maintainable.
Originally posted by @Bharath314 in #1144 (comment)
It is generally advisable to avoid
!importantas much as possible because it can make debugging harder. It should be possible to override docsy's styling without!importantand eliminating!importantin_styles_project.scssas much as possible will go a long way towards making the styling more maintainable.Originally posted by @Bharath314 in #1144 (comment)