/** * @license * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at * http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at * http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at * http://polymer.github.io/CONTRIBUTORS.txt * Code distributed by Google as part of the polymer project is also * subject to an additional IP rights grant found at * http://polymer.github.io/PATENTS.txt */ import './css/content-selector-to-slotted'; import './css/deprecated-css-custom-property-syntax'; import './css/deprecated-shadow-dom-selectors'; import './html/dom-module-invalid-attrs'; import './html/move-style-into-template'; import './html/undefined-elements'; import './html/validate-element-name'; import './polymer/behaviors-spelling'; import './polymer/call-super-in-callbacks'; import './polymer/content-to-slot-declarations'; import './polymer/content-to-slot-usages'; import './polymer/custom-style-extension'; import './polymer/create-element-extension'; import './polymer/databinding-calls-must-be-functions'; import './polymer/databind-with-unknown-property'; import './polymer/dom-calls-to-native'; import './polymer/element-before-dom-module'; import './polymer/root-selector-to-html'; import './polymer/set-unknown-attribute'; import './polymer/unbalanced-delimiters'; import './polymer/elements/rules';