/rails-template

tinkering with rails, vite, sass, tailwind and action text; Post model

Primary LanguageRuby

README

  • Added vite and tailwind css using this article.

  • entrypoint must end in .scss and vite stylesheet tag must explicitly use application.scss

  • scss partials are in stylesheets directory

  • added custom fonts to rails using this post

  • added custom fonts to rails and to vite using this question and this vite documentation entry

  • able to add styles for action text by using zahidalik's comment from Jan 23, 2022 in this issue

  • changed h1 tag to h3 tag in trix editor using Timmitry's comment from March 29, 2022 in this comment

  • active storage wasn't showing images uploaded to active text but I fixed it by brewing vips after reading this thread