Skip to content

Commit

Permalink
fix local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Hodgson authored and Jay Hodgson committed Nov 16, 2020
1 parent 00f59cf commit ff3a777
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# css
*.css
!styleguide.setup.css

# dependencies
/node_modules
Expand All @@ -12,6 +13,9 @@
# production
/build

# docs build
/styleguide

# misc
.DS_Store
.env
Expand Down
10 changes: 10 additions & 0 deletions styleguide.setup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.SRC-primary-background-color-hover:hover {
background: rgb(64, 123, 160) !important;
color: white;
}

.SRC-primary-background-color {
background: rgb(64, 123, 160);
color: white;
}

0 comments on commit ff3a777

Please sign in to comment.