Hi, I am using the good admin template v1.1.1 (recently upgraded). In the past I had just compiled the css into one big style sheet, but that was difficult to manage. I am now using the scss partials structure, and the migration has worked really well for the most part. The bulk of the styling is pulling through but with some deviations. e.g. the btn-primary class is pulling the primary background, but the text is black instead of white, and the background completely vanishes on hover. I have copied identically the styles in the example pages and they are just appearing with tons of small deviations from the expected behaviour on https://preview.keenthemes.com/good/index.html. is this a known issue or bug? or am I perhaps making a common error?
Make sure you've replaced all existing SCSS files with the latest version from the Good Admin template. Once you've done that, ensure that you recompile the assets using Gulp. This step is crucial for applying the changes and ensuring that the updated styles are properly compiled into your CSS files.
If you encounter any issues during the compilation process, check for error messages in the terminal or command prompt, and resolve any issues accordingly. After recompiling, refresh your application to see if the styling deviations have been resolved.
If the problem persists or if you have further questions, feel free to ask for additional assistance.