rootz491 / rm-rf

Blog app blessed with bad frontend but great Backend :)

Home Page:https://rmrf.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog app

useful references

  • using tailwind for styling coponents, so it overwrites browser default syling of element. now im also using marked which generates HTML out of github flavoured markdown. trouble is, this generated markdown's styling is overwriten by tailwind and ofc marked dont support tailwind type styling while generating HTML.

    so there are two solutions,

    1. reset tailwind for particular div or component. (involves sass and stuf) blog: https://www.swyx.io/tailwind-unreset/

    2. just use <iframe srcDoc={markdown}> to render markdown. iframes are independent of external styling and this is coolest! so imma gonna go with this one :)

About

Blog app blessed with bad frontend but great Backend :)

https://rmrf.herokuapp.com


Languages

Language:JavaScript 95.3%Language:HTML 4.6%Language:CSS 0.1%Language:Procfile 0.0%