mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix missing code block delimiters in comment blocks (#18837)
## Summary I fixed some code blocks inside comment blocks that were missing delimiters.
This commit is contained in:
parent
fed6c6ab72
commit
e5513b6c75
@ -15,6 +15,7 @@ import { highlight, info, relative, success, warn } from '../../utils/renderer'
|
||||
// autoprefixer: {},
|
||||
// }
|
||||
// }
|
||||
// ```
|
||||
export async function migratePostCSSConfig(base: string) {
|
||||
let ranMigration = false
|
||||
let didMigrate = false
|
||||
|
||||
@ -385,6 +385,7 @@ export function* parseCandidate(input: string, designSystem: DesignSystem): Iter
|
||||
//
|
||||
// E.g.:
|
||||
//
|
||||
// ```
|
||||
// bg-(--my-var)
|
||||
// ^^ -> Root
|
||||
// ^^^^^^^^^^ -> Arbitrary value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user