@constructor-io/constructorio-ui-quizzes 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -74,6 +74,8 @@ import '@constructor-io/constructorio-ui-quizzes/styles.css';
74
74
  - These starter styles are intended to be extended by layering in your own css rules
75
75
  - If you import the starter styles, `CioQuiz` component will take up the full width and height of its parent container
76
76
 
77
+ > Please note the starter styles utilize @container queries and enable responsive styles for our quizzes based on the size of their container element. Since this feature is supported by modern browsers, polyfills have not been included in this library. However, if you want to support older browsers, you can add fallback styles or use a [polyfill](https://github.com/GoogleChromeLabs/container-query-polyfill).
78
+
77
79
  ## Troubleshooting
78
80
 
79
81
  ### Known Issues