yanivsegev / VSTS-DropPlan

Plan and track your sprint with a calendar based view.
MIT License
20 stars 17 forks source link

Styles were not being inserted into minified CSS in prod. #125

Closed sgtwilko closed 6 months ago

sgtwilko commented 6 months ago

Fixes #124

Now we find the correct stylesheet in both dev (and I hope Prod!) and now cache it so that we don't have to keep looping over the stylesheets.

In the Modern theme - I noticed that the colours were too close together, so updated to more distinct colours.

Update Readme to include new highlight feature.