Skip to content

Commit a8c89e9

Browse files
authored
Merge pull request #2925 from codecrafters-io/dependabot/npm_and_yarn/tailwindcss-4.1.11
chore(deps-dev): bump tailwindcss from 3.4.16 to 4.1.11
2 parents 5745df2 + d9cef79 commit a8c89e9

File tree

329 files changed

+1716
-1841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

329 files changed

+1716
-1841
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ module.exports = {
7272
'./config/**/*.js',
7373
'./lib/*/index.js',
7474
'./server/**/*.js',
75-
'./postcss.config.js',
7675
],
7776
parserOptions: {
7877
sourceType: 'script',

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
- run: npx ember --version
6060
- run: npx percy --version
6161

62-
- run: npm run tailwind:build
63-
6462
- run: npx percy exec --quiet -- npx ember exam --silent --reporter=xunit --parallel=16 --load-balance --preserve-test-name | tee test-results.xml
6563
env:
6664
COVERAGE: true
@@ -142,5 +140,4 @@ jobs:
142140
if: steps.cache.outputs.cache-hit != 'true'
143141
run: npm ci --ignore-scripts
144142

145-
- run: npm run tailwind:build
146143
- run: npm run lint

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/dist/
33
/declarations/
44

5-
# compiled tailwind output
6-
/app/styles/tailwind-compiled.css
7-
85
# dependencies
96
/node_modules/
107

@@ -32,4 +29,4 @@
3229

3330
.aider*
3431
.claude/
35-
.machtiani.ignore
32+
.machtiani.ignore

.stylelintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
module.exports = {
44
extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'],
5+
rules: {
6+
'selector-class-pattern': null,
7+
},
58
};

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ or against a local instance of `core`. Visit the `core` repo for setup instructi
4343
- Alternatively, append `?fastboot=false` query parameter to each request URL
4444
- Add `FASTBOOT_DISABLED=true` to your local `.env` file to disable FastBoot completely
4545
- You can override it by passing `FASTBOOT_DISABLED=""` in the command line
46-
- NPM tasks `start` and `start:ember` run with FastBoot **disabled**
47-
- NPM tasks `start:fastboot` and `start:ember:fastboot` run with FastBoot **enabled**
46+
- NPM task `start` runs with FastBoot **disabled**
47+
- NPM tasks `start:fastboot` runs with FastBoot **enabled**
4848

4949
## Running tests
5050

app/.browserslistrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
last 3 versions

app/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import loadInitializers from 'ember-load-initializers';
44
import config from 'codecrafters-frontend/config/environment';
55
import * as Sentry from '@sentry/ember';
66
import 'ember-basic-dropdown/styles';
7+
import 'ember-animated/index';
8+
import '@typeform/embed/build/css/popup.css';
9+
import 'codecrafters-frontend/tailwind.css';
710

811
const sentryDSN = 'https://478cca7283ca40209deae5160b54ee4f@o294739.ingest.sentry.io/5922961';
912

app/components/affiliate-link-page/accept-referral-container.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{else}}
1212
<AvatarImage
1313
@user={{@affiliateLink.user}}
14-
class="w-16 h-16 border border-gray-300 shadow-sm group-hover:shadow mr-2 transition-shadow rounded-md"
14+
class="w-16 h-16 border border-gray-300 shadow-xs group-hover:shadow-sm mr-2 transition-shadow rounded-md"
1515
/>
1616
{{/if}}
1717

@@ -29,7 +29,7 @@
2929

3030
<div class="flex flex-col items-center">
3131
{{! Disabled buttons can be translucent, the added background makes them more visible }}
32-
<div class="inline-flex bg-white dark:bg-gray-850 rounded">
32+
<div class="inline-flex bg-white dark:bg-gray-850 rounded-sm">
3333
<AffiliateLinkPage::AcceptReferralButton @affiliateLink={{@affiliateLink}} @course={{@course}} />
3434
</div>
3535

app/components/affiliate-link-page/hero-section.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p class="text-lg text-gray-800">Stop letting advanced programming projects intimidate you. Start approaching them with the calm and confidence of
99
a craftsman who has seen it before.</p>
1010

11-
<hr class="h-1 text-gray-200 my-5" />
11+
<hr class="h-1 text-gray-200 mt-5 mb-5" />
1212
<p class="text-gray-600">On CodeCrafters, you’ll implement Git, SQLite, and BitTorrent from scratch, with your own hands. Once you realize that
1313
even complex projects are actually rather approachable, you’ll never be the same again.</p>
1414
</div>

app/components/affiliate-link-page/testimonial-list-item.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<div class="block py-4 pr-6 pl-4 group bg-white rounded border" ...attributes>
1+
<div class="block py-4 pr-6 pl-4 group bg-white rounded-sm border border-gray-200" ...attributes>
22
<span class="flex">
33
<span class="flex flex-col items-center mr-3 px-1">
4-
<span class="w-px bg-gray-200 group-hover:bg-gray-300 flex-grow mb-2 transition-colors">
4+
<span class="w-px bg-gray-200 group-hover:bg-gray-300 grow mb-2 transition-colors">
55
</span>
66
<span class="text-4xl text-indigo-400 leading-none font-bold h-5">
77
&ldquo;
88
</span>
9-
<span class="w-px bg-gray-200 group-hover:bg-gray-300 flex-grow mb-2 transition-colors">
9+
<span class="w-px bg-gray-200 group-hover:bg-gray-300 grow mb-2 transition-colors">
1010
</span>
1111
</span>
12-
<span class="flex-grow flex flex-col">
13-
<span class="text-gray-600 text-sm mb-2 leading-relaxed flex-grow">
12+
<span class="grow flex flex-col">
13+
<span class="text-gray-600 text-sm mb-2 leading-relaxed grow">
1414
{{@testimonial.text}}
1515
</span>
1616
</span>
1717
</span>
1818
<span class="flex items-start">
19-
<img alt="avatar" src={{@testimonial.authorAvatarImage}} class="w-6 h-6 filter drop-shadow-sm ring-1 ring-white rounded-full shadow mr-3" />
19+
<img alt="avatar" src={{@testimonial.authorAvatarImage}} class="w-6 h-6 filter drop-shadow-xs ring-1 ring-white rounded-full shadow-sm mr-3" />
2020
<span class="block mt-0.5">
2121
<span class="block text-gray-600 group-hover:underline text-sm transition-colors font-semibold mb-0.5">
2222
{{@testimonial.authorName}}

0 commit comments

Comments
 (0)