@symbo.ls/scratch 0.7.29 → 0.7.30

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/scratch",
3
3
  "description": "Φ / CSS framework and methodology.",
4
4
  "author": "symbo.ls",
5
- "version": "0.7.29",
5
+ "version": "0.7.30",
6
6
  "files": [
7
7
  "src"
8
8
  ],
@@ -143,6 +143,7 @@ export const getSequenceValue = (value = 'A', sequenceProps) => {
143
143
  value === 'none' ||
144
144
  value === 'auto' ||
145
145
  value === 'unset' ||
146
+ value === 'inherit' ||
146
147
  value === 'fit-content' ||
147
148
  value === 'min-content' ||
148
149
  value === 'max-content' ||