Ashley-King / rails-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 55.0%Language:SCSS 21.8%Language:HTML 16.5%Language:JavaScript 5.6%Language:TypeScript 0.9%Language:Shell 0.2%