From 4246395734f2dbb09337080d9dfea9698cf5173e Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Fri, 1 Aug 2014 09:13:13 -0700 Subject: [PATCH] Encode @ to fix bungled docs Fixes https://github.com/Polymer/core-style/issues/4 It looks like the context free parser is stripping out this line because it has an `@import` in the comment. --- core-style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-style.html b/core-style.html index 2b36e0c..d0aaf52 100644 --- a/core-style.html +++ b/core-style.html @@ -18,7 +18,7 @@ multiple places, for example, in many different elements. It's common to place `core-style` producer elements inside HTMLImports. -Remote stylesheets should be included this way, the @import css mechanism is +Remote stylesheets should be included this way, the @import css mechanism is not currently supported. Here's a basic example: