Search Results for "tailwind"
Lessons
Forum Threads

Tailwind - own components - yes or no?
4
CSS
i have started with tailwindcss yesterday the first time and must say - wow!
but something is confusing me from the beginning. in tutorials/videos etc. everybody talk about: do not write your own ...
Bruno Steinmann replied
Solved

Tailwind Checked Radio Buttons = Change Background
1
CSS
I've been able to use Tailwind to change my radio buttons into normal buttons.
changing the background on 'hover' works, same with 'active' (on click) but there's no setting for 'checked'. Has any...
Tim Dowling replied
Solved

TailwindCSS Stimulus Components Gem not working in new rails 7 application
2
Gems / Libraries
Attempting to use the following gem in a new rails application: https://github.com/excid3/tailwindcss-stimulus-components
Main reason is that the new supported tailwind gem that you can install di...
Bryan Beshore replied

TailwindCSS Admin Theme
2
Gems / Libraries
Hello,
Does anyone have any recommendations for a clean TailwindCSS admin theme that I could easily integrate with Jumpstart pro?
- Chuck
chuckblake replied

Deploying Tailwind to AWS Elastic Beanstalk
4
General
I was wondering if anyone has experience of deploying A Rails 6 app with Tailwind to AWS Elasticbeanstalk.
I have tried a dozen times now however the build keeps failing.
I am getting the followi...

Installing Tailwind with Rails 7
10
Rails
I ran the config for Tailwind with CSSBundling Rails using ruby 3.0.3 and rails 7.0.0:
rails new hg -j esbuild --css tailwind --database=postgresql
Everything worked fantastic trying any of the htm...
Thomas Alford replied

Rails Tailwind Apply Directives not rendering
1
CSS
I dunno what I did wrong during this course of development, I think I have done something inside `config/` directory, but my Tailwind CSS Apply Directives classes are not being rendered/working in ...
Bishwas Bhandari replied

Using tailwind css in my rails app, patterned after your blog tutorial. How do I get rid of all the whitespace on each side of the page, I want to use the whole screen?
1
CSS
So I have modified by tailwind.config.js file as such:
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
content: [
'./public/*.html',
'./app/helpers/**/*.rb',
...
Mike Cannon replied

Adding TailwindCSS to Rails Discussion
10
General
For those with the problem of "bin/dev: line 8: exec: foreman: not found"
- Install the foreman gem -> bundle add foreman.
- Add the "bundle" word to the beginning of this line of code (bundle...
AEV247 replied

ViewComponents and Tailwind CSS JIT
1
CSS
I created a flash view component to display flash messages.
It does work, but the javascript trigger its display does not work as expected. Instead of displaying on the spot, it waits for like 5 s...
Stéphane Paquet replied
Solved

How to install TailwindCSS 1.0 with Rails 6 Discussion
15
General
Hey Chirs!
Great video, only question I have about using tailwind with rails 6 is the theme config.
in the docs it says to place:
```
module.exports = {
theme: {
container: {
cente...
Alex Ventura replied

Vue.js Slots with Tailwind CSS and Rails Discussion
0
General

Why aren't Tailwind UI components displaying properly?
0
Rails
Is anyone else recently having issues with Tailwind UI components not displaying properly? For example, let’s examine the first “Stacked” component: **tailwindui dot com/components/application...
Hideko Endo posted

How to install Tailwind CSS using Webpacker with Rails Discussion
28
General
Nice addition to GoRails episode list. Would love to see more TailwindCSS with Rails videos. Also thanks for plugging your laptop power in...I was starting to panic :D
Mostafa Ahangarha replied

How to update TailwindsCSS?
1
CSS
Hi, ladies and gents, I want to know what is the recommended method of updating tailwinds CSS? Currently running 0.4.1 and want to update to 0.5.1 to be able to use ':active' variant.&nbs...
Chris Oliver replied

Unable to deploy TailwindCSS on a Rails 7 app to Heroku. Can someone please help me?
0
General
I'm currently trying to deploy my rails 6 application to Heroku.
I'm not sure where the error is coming from since the styles work well on development but break when pushing to production.
...
Medves Larisa Viviana posted

Page blinking when using tailwindcss
1
CSS
Hello guys,
I am trying to use tailwindcss on a 5.2 ruby on rails application with webpack. Everything is set up and works well according to the video [How to use Tailwind CSS with Rails](https://...
edouard replied
Solved

error with purgecss and Tailwind 2
3
Javascript
Hey there, I am facing the following problem. In production, purgecss is preventing all all css from `@tailwindcss/forms` from being rendered properly. When I comment out purgecss everything is wor...
Chris Oliver replied

How add PurgeCss with TailwindCss?
1
CSS
https://next.tailwindcss.com/docs/controlling-file-size
postcss.config.js
```
const purgecss = require('@fullhuman/postcss-purgecss')({
content: [
'./**/**/**/*.erb',
'./**/**/**/**/*.e...
Chris Oliver replied

Styling The Password Manager with TailwindCSS Discussion
3
General
I noticed nothing happened to the delete button when you go to edit a password.
Fatih replied