This file contains hidden or 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
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> |
This file contains hidden or 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
| // Requires SASS >= 3.3 and responsive.scss | |
| // https://gist.github.com/maxluster/168e650267bac9faaafd | |
| // | |
| // Scale value with $width for each $width in $named-breakpoints map. | |
| // Usage : @include responsive("font-size", $base-font-size + px, | |
| // resp-scale($base-width, $base-font-size)); | |
| @function resp-scale($width, $value, $scale-up: false) { | |
| $m : (); | |
| @each $k, $v in $named-breakpoints { | |
| $ok : true; |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>SupportedBoardIds</key> | |
| <array> | |
| <string>Mac-031B6874CF7F642A</string> | |
| <string>Mac-F2268DC8</string> | |
| <string>Mac-50619A408DB004DA</string> | |
| <string>Mac-F2218EA9</string> |
NewerOlder