mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
Add VS Code setting to correctly show TailwindCSS rem units in pixels
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7453 GitOrigin-RevId: afb78ebf5a2de34f164e338a93f030a43119cdb2
This commit is contained in:
parent
bf201e534c
commit
d2e9a2d643
@ -9,6 +9,7 @@
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
"tw\\w+ ?= ?`([^`]*)`",
|
||||
"tw\\w+: ?`([^`]*)`"
|
||||
]
|
||||
],
|
||||
"tailwindCSS.rootFontSize": 14
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user