2.0.15 • Published 4 years ago

@longlost/app-shared-styles v2.0.15

Weekly downloads
17
License
MIT
Repository
github
Last release
4 years ago

\<app-shared-styles>

To use these across web components, import this file in js and use the 'include' keyword in the html <script> tag

my-element.js

import '@longlost/app-shared-styles/app-shared-styles.js';

my-element.html

<style include="app-shared-styles">
	
	... element specific css
	
</style>

Install the Polymer-CLI

First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install to install your element's dependencies, then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

2.0.15

4 years ago

2.0.14

4 years ago

2.0.13

4 years ago

2.0.12

4 years ago

2.0.11

4 years ago

2.0.10

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.0.1

5 years ago