Skip to content

Commit 9fb696e

Browse files
committed
Use /shadow-*/ and polymer-next-selector
1 parent 82d7ff1 commit 9fb696e

28 files changed

+192
-2228
lines changed

Gruntfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ module.exports = function(grunt) {
101101
imports: [
102102
"polymer.html$"
103103
]
104-
}
104+
},
105+
strip: false, // Flip to true when https://github.com/Polymer/vulcanize/issues/19 is fixed
106+
csp: false
105107
},
106108
build: {
107109
files: {

config.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
javascripts_dir = "js"
99

1010
# You can select your preferred output style here (can be overridden via the command line):
11-
# NOTE: using :compressed will strip out the @polyfill comments and make
12-
# polyfilled styling rules not work correctly.
13-
output_style = :compact #:expanded or :nested or :compact or :compressed
11+
output_style = :compressed #:expanded or :nested or :compact or :compressed
1412

1513
# To enable relative paths to assets via compass helper functions. Uncomment:
1614
# relative_assets = true

css/elementpage.css

+1-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/elements/app-bar.css

+1-130
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/elements/demo-tabs.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)