https://github.com/startpolymer/s-material-theme
https://github.com/startpolymer/s-material-theme
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/startpolymer/s-material-theme
- Owner: StartPolymer
- Created: 2017-07-26T22:32:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T12:14:04.000Z (almost 9 years ago)
- Last Synced: 2025-08-12T16:45:51.082Z (11 months ago)
- Language: HTML
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
This Material Theme using `classes` instead of CSS Mixins.
CSS Mixins using `@apply` are dead. Check out this video [Evolving the Next Generation of Polymer Elements (Polymer Summit 2017)](https://youtu.be/rvpJ5O0W_6A?t=18m43s) or post [Why I Abandoned @apply](http://www.xanthir.com/b4o00).
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. 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](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.