@flodesk/grain 10.13.4 → 10.13.5
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.
|
@@ -398,7 +398,8 @@ export var styleConfig = {
|
|
|
398
398
|
props: [{
|
|
399
399
|
propName: 'display',
|
|
400
400
|
property: 'display',
|
|
401
|
-
short: 'd'
|
|
401
|
+
short: 'ds' // instead of 'd' to avoid conflict with _display.scss in frontend
|
|
402
|
+
|
|
402
403
|
}],
|
|
403
404
|
variables: textDisplays,
|
|
404
405
|
variableChecker: function variableChecker(value) {
|