@flodesk/grain 11.78.2 → 11.78.3

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.
@@ -445,7 +445,8 @@ export const styleConfig = {
445
445
  short: 'fd'
446
446
  }],
447
447
  variables: flexDirections,
448
- variableChecker: value => flexDirections.includes(value)
448
+ variableChecker: value => flexDirections.includes(value),
449
+ isResponsive: true
449
450
  },
450
451
  flexWrapProps: {
451
452
  props: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "11.78.2",
3
+ "version": "11.78.3",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "types": "es/types/index.d.ts",