This commit adds information to the view encapsulation guide that describes the styling interactions between components that use differing view encapsulation modes. Closes #40715 PR Close #42397
17 lines
230 B
JSON
17 lines
230 B
JSON
{
|
|
"description": "View Encapsulation",
|
|
"files": [
|
|
"!**/*.d.ts",
|
|
"!**/*.js",
|
|
"!**/*.[1,2].*"
|
|
],
|
|
"tags": [
|
|
[
|
|
"view encapsulation",
|
|
"shadow DOM",
|
|
"CSS",
|
|
"component styling"
|
|
]
|
|
]
|
|
}
|