@pantheon-systems/pds-toolkit-react 1.0.0-dev.61 → 1.0.0-dev.62

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
@@ -31,3 +31,7 @@ Components should be imported using named imports. For example:
31
31
  ```js
32
32
  import { Container, SidebarLayout } from '@pantheon-systems/pds-toolkit-react';
33
33
  ```
34
+
35
+ ### Avoid style conflicts
36
+
37
+ This toolkit is not intended to be used in conjunction with other CSS frameworks. Doing so may result in unexpected behavior and/or visual conflicts.