Skip to content

Commit

Permalink
Merge pull request #9 from rrigato/dev
Browse files Browse the repository at this point in the history
css styles in webpack and jest
  • Loading branch information
rrigato authored Nov 5, 2023
2 parents 697f4c2 + a34aa95 commit 5849c8b
Show file tree
Hide file tree
Showing 6 changed files with 3,001 additions and 1,042 deletions.
1 change: 1 addition & 0 deletions static/App.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import './css/main.css';

export function App(){
return(
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
background {
color: black;
}

text {
color: white;
}
Loading

0 comments on commit 5849c8b

Please sign in to comment.