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
GitLab 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
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Fix typo in .node-content class name
issue/tailwindcss-3304973:3304973-
into
5.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Fix typo in .node-content class name
Matthieu Scarset
requested to merge
issue/tailwindcss-3304973:3304973-
into
5.x
Aug 20, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
Closes
#3304973
0
0
Merge request reports
Compare
5.x
5.x (HEAD)
and
latest version
latest version
e9fa2893
1 commit,
Aug 20, 2022
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
View file @ f1471e7a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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