Skip to content

Commit

Permalink
3: Rename components.csscomponents/c-card.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley B committed Oct 17, 2019
1 parent 5fa6457 commit d83888c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* IMPORTANT: This file should import all component stylesheets. It must only be used when an implementation does NOT individually include components. */

@import "./_shared/styles/components.css";
@import "./_shared/styles/components/c-card.css";
@import "./_shared/styles/components/c-intro.css";
@import "./_shared/styles/components/c-gallery.css";
@import "./_shared/styles/components/c-attr-input.css";
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
@import "./_shared/styles/generics.css";
/* @import "./_shared/styles/objects.css"; */
@import "./_shared/styles/elements.css";
/* FAQ: Component styles are included as needed */
/* FAQ: Component styles are included modularly as needed */
/* @import "./_shared/styles/components.css"; */
@import "./_shared/styles/trumps.css";
2 changes: 1 addition & 1 deletion src/react/components/Card.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "../../_shared/styles/components.css";
@import "../../_shared/styles/components/c-card.css";

0 comments on commit d83888c

Please sign in to comment.