Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Update colorway integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Feb 14, 2019
1 parent ec78d86 commit c2fe168
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -117,7 +117,7 @@
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@helpscout/artboard": "0.1.12",
"@helpscout/colorway": "0.0.5",
"@helpscout/colorway": "0.0.7",
"@helpscout/helix": "^0.1.0",
"@helpscout/prestart": "^0.0.8",
"@helpscout/stats": "0.0.5",
Expand Down
5 changes: 5 additions & 0 deletions src/styles/configs/_colorway.scss
@@ -1,3 +1,8 @@
// This file was automatically generated with @helpscout/colorway
// Please don't modify this file. Your changes will be overwritten.
// Instead, update the template at:
// https://github.com/helpscout/colorway

@import 'pack/seed-color-scheme/_index';

@include _color(
Expand Down
5 changes: 5 additions & 0 deletions src/styles/configs/colorway.ts
@@ -1,3 +1,8 @@
// This file was automatically generated with @helpscout/colorway
// Please don't modify this file. Your changes will be overwritten.
// Instead, update the template at:
// https://github.com/helpscout/colorway

const palette = {
blue: {
'100': '#F3FBFF',
Expand Down

0 comments on commit c2fe168

Please sign in to comment.