Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tailwindcss
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tailwindcss
Merge requests
!4
Fix typo in .node-content class name
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fix typo in .node-content class name
issue/tailwindcss-3304973:3304973-
into
5.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Matthieu Scarset
requested to merge
issue/tailwindcss-3304973:3304973-
into
5.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3304973
0
0
Merge request reports
Compare
5.x
5.x (HEAD)
and
latest version
latest version
e9fa2893
1 commit,
2 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/tailwind.pcss
+
3
−
3
Options
@@ -14,9 +14,9 @@
@apply mb-4
}
.node
__
content p,
.node
__
content ul,
.node
__
content ol {
.node
-
content p,
.node
-
content ul,
.node
-
content ol {
@apply mb-4 leading-normal
}
Loading