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
@document/* Rules for a specific page */
url(http://css-tricks.com/),/* Rules for pages with a URL that begin with... */
url-prefix(http://css-tricks.com/snippets/),/* Rules for any page hosted on a domain */
domain(css-tricks.com),/* Rules for all secure pages */
regexp("https:.*")
{
/* Start styling */body { font-family: Comic Sans; }
}
Source
The text was updated successfully, but these errors were encountered: