jenkoian / hacktoberfest-checker

🎃 Check how you're doing in hacktoberfest
https://hacktoberfestchecker.jenko.me
MIT License
761 stars 363 forks source link

Fix : Duplicate block of css in style.css #734

Closed deepak-kamath closed 1 year ago

deepak-kamath commented 2 years ago

Hey @jenkoian! A duplicate block of CSS has been removed in style.css. Duplicate blocks (Lines 46-64)

repeatedblock

jenkoian commented 2 years ago

Hmm thanks, are you able to run npm run tailwing-gen too which should update index.css.

deepak-kamath commented 2 years ago

Hey @jenkoian, yes, npm run tailwind-gen seems to be working and updating index.css but a commit after that gives me an error relating to Code styling issues. On running npm run prettier-fix, I see a lot of files modified. Please advice if I should commit all those changes. Could we run tailwind-gen with another PR post merging this?

jenkoian commented 1 year ago

@deepak-kamath can you push to this PR so I can take a look?

deepak-kamath commented 1 year ago

Hey @jenkoian, I've pushed after running npm run tailwind-gen . I see changes only in index.css and style.css . Looks alright now.

jenkoian commented 1 year ago

Thanks @deepak-kamath