mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Revert #745, always default to bolder for strong tags
This commit is contained in:
parent
aee1e44431
commit
6d1533e9a8
@ -529,16 +529,6 @@ textarea {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use the configured 'bold' weight for `strong` elements
|
||||
* by default, falling back to 'bolder' (as per normalize.css)
|
||||
* if there is no configured 'bold' weight.
|
||||
*/
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use the configured 'mono' font family for elements that
|
||||
* are expected to be rendered with a monospace font, falling
|
||||
|
||||
@ -529,16 +529,6 @@ textarea {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use the configured 'bold' weight for `strong` elements
|
||||
* by default, falling back to 'bolder' (as per normalize.css)
|
||||
* if there is no configured 'bold' weight.
|
||||
*/
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use the configured 'mono' font family for elements that
|
||||
* are expected to be rendered with a monospace font, falling
|
||||
|
||||
@ -175,16 +175,6 @@ textarea {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use the configured 'bold' weight for `strong` elements
|
||||
* by default, falling back to 'bolder' (as per normalize.css)
|
||||
* if there is no configured 'bold' weight.
|
||||
*/
|
||||
|
||||
strong {
|
||||
font-weight: theme('fontWeight.bold', bolder);
|
||||
}
|
||||
|
||||
/**
|
||||
* Use the configured 'mono' font family for elements that
|
||||
* are expected to be rendered with a monospace font, falling
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user