You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@this {
//this should be matched by the root element
property: keyword;
}
@root {
//and this as well obviously
property: keyword;
}
Starting its hss file with @root { might become the norm since * { can be confusing in case you embed another xml document. Even if it's sanboxed, users could understandably think it's matching its siblings as well.
The text was updated successfully, but these errors were encountered:
hss file
Starting its hss file with
@root {
might become the norm since* {
can be confusing in case you embed another xml document. Even if it's sanboxed, users could understandably think it's matching its siblings as well.The text was updated successfully, but these errors were encountered: