-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate to Polymer 3 * Code clean and update
- Loading branch information
Showing
23 changed files
with
3,116 additions
and
2,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/** | ||
@license | ||
Copyright (c) FabricElements. All rights reserved. | ||
skin-styles Styles | ||
*/ | ||
import './classes/buttons.js'; | ||
import './classes/typography.js'; | ||
import './classes/grid.js'; | ||
import './classes/bootstrap.js'; | ||
|
||
const styleElement = document.createElement('dom-module'); | ||
styleElement.innerHTML = ` | ||
<template> | ||
<!--suppress CssInvalidPseudoSelector --> | ||
<!--suppress CssUnresolvedCustomProperty --> | ||
<!--suppress CssUnresolvedCustomPropertySet --> | ||
<style include="skin-typography skin-buttons"></style> | ||
</template> | ||
`; | ||
styleElement.register('skin-styles'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.