googlearchive / app-layout-templates

Provides some basic application layout templates
http://polymerelements.github.io/app-layout-templates/
245 stars 78 forks source link

External stylesheets (deprecated) #9

Open gertcuykens opened 8 years ago

gertcuykens commented 8 years ago

https://github.com/PolymerElements/app-layout-templates/blob/master/list-card-over/src/x-app.html

jasmith79 commented 8 years ago

Don't see anywhere in there where an external stylesheet is referenced other than then the plain-jane vanilla css link tag. Unless I'm mistaken the deprecation is for html imports with containing <style is='custom-style'> tags.

gertcuykens commented 8 years ago

Hmm but doesn't it tell in the docs https://www.polymer-project.org/1.0/docs/devguide/styling.html#external-stylesheets

<dom-module id="x-app">
  <link rel="import" type="css" href="x-app.css">
  <template>
  ....

is deprecated? @arthurevans

arthurevans commented 8 years ago

This repo hasn't had any content updates in almost a year, I think it's pretty stale.

Maybe you're looking for https://github.com/PolymerLabs/app-layout?

gertcuykens commented 8 years ago

A yes, thats the one, you are right Arthure :) Time for some vacuuming through the official PolymerElements repository? When we are talking about any official PolymerElements repository that users consider as a page of the polymer bible, the word stale should not be associated with any single one of them :)