Skip to content

Instantly share code, notes, and snippets.

@mbrookes
Created January 15, 2018 17:01
Show Gist options
  • Save mbrookes/8a4afc28d450853cdc7484432ea9b839 to your computer and use it in GitHub Desktop.
Save mbrookes/8a4afc28d450853cdc7484432ea9b839 to your computer and use it in GitHub Desktop.
Error: src/styles/createPalette.js:119
119: addLightOrDark(primary, 'light', '300');
^^^^^^^ primary
106: intent[direction] = intent[shade];
^^^^^ property `300`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Error: src/styles/createPalette.js:119
119: addLightOrDark(primary, 'light', '300');
^^^^^^^ primary
106: intent[direction] = intent[shade];
^^^^^ property `700`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Error: src/styles/createPalette.js:119
119: addLightOrDark(primary, 'light', '300');
^^^^^^^ primary
106: intent[direction] = intent[shade];
^^^^^ property `A200`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Error: src/styles/createPalette.js:119
119: addLightOrDark(primary, 'light', '300');
^^^^^^^ primary
106: intent[direction] = intent[shade];
^^^^^ property `A700`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Error: src/styles/createPalette.js:126
126: addLightOrDark(secondary, 'light', 'A200');
^^^^^^^^^ secondary
106: intent[direction] = intent[shade];
^^^^^ property `300`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Error: src/styles/createPalette.js:126
126: addLightOrDark(secondary, 'light', 'A200');
^^^^^^^^^ secondary
106: intent[direction] = intent[shade];
^^^^^ property `700`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Error: src/styles/createPalette.js:126
126: addLightOrDark(secondary, 'light', 'A200');
^^^^^^^^^ secondary
106: intent[direction] = intent[shade];
^^^^^ property `A200`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Error: src/styles/createPalette.js:126
126: addLightOrDark(secondary, 'light', 'A200');
^^^^^^^^^ secondary
106: intent[direction] = intent[shade];
^^^^^ property `A700`. Property not found in
106: intent[direction] = intent[shade];
^^^^^^ object literal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment