Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Bump Tailwind #3945

Merged
merged 1 commit into from Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions app/javascript/stylesheets/layout.css
Expand Up @@ -4,10 +4,6 @@
}

@layer utilities {
.gradient {
@apply bg-gradient-to-b from-white to-gray-100;
}

.highlight-white {
box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 5%);
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/static_pages/home/_success_stories.html.erb
@@ -1,4 +1,4 @@
<div class="w-full gradient dark:bg-gray-800/30 dark:bg-none">
<div class="w-full bg-gradient-to-b from-white to-gray-100 dark:bg-gray-800/30 dark:bg-none">
<div class="page-container py-20">
<div class="text-center">
<h2 class="font-medium text-3xl text-gray-800 dark:text-gray-200">Success Stories</h2>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"stimulus-use": "^0.51.3",
"stimulus-validation": "^1.0.1-beta.3",
"style-loader": "^3.3.3",
"tailwindcss": "^3.2.7",
"tailwindcss": "^3.3.2",
"terser-webpack-plugin": "5",
"webpack": "5",
"webpack-assets-manifest": "5",
Expand Down