ps2-controller / react-chess-analysis-board

React component for a fully featured, stylable chess analysis board.
GNU General Public License v3.0
10 stars 4 forks source link

Better styled reference implementation #3

Open ps2-controller opened 1 year ago

ps2-controller commented 1 year ago

In src/style.scss in the main folder (not the lib folder), we have our styles for the reference implementation used for development. These styles are applied to the component rendered in App.tsx.

Right now, src/style.scss barely modifies the library default styles used insrc/lib/style.scss --> I'd like to have the reference implementation be very stylish.

This would be great for someone with a design sense and CSS knowledge.