After installing the angular2 plugin "ng-daterangepicker", I attempted to resize a div within it by modifying the .sass file. However, despite clearing the cache, the changes did not reflect in my browser. It seems that I may need to make adjustments to .scss files instead, but I could not locate any within the plugin, only plain sass files.
.calendar-container
display: inline-block
width: 330px
height: 100%
padding: 20px
border-right: 1px solid $border-light
float: left
Even though I adjusted the width from 340px to 330px, the browser still showed it as 340px. To add to the confusion, deleting the .sass file did not affect the functionality, leading me to believe that the component's styles may be sourced from elsewhere.