You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a styling bug introduced in 2.3.0 that could cause incorrect ordering of styles included via<style include> and/or throw an exception if a <style> was not a direct child of the template.
Raw Notes
Add test that would fail with the "last style" behavior in master (commit)
Use padding-top to get correct computed style on older safari (commit)
Handle styles that are not direct children of templates correctly (commit)