| <!-- |
| Copyright (C) 2017 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/lib/codemirror.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/ambiance.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/ambiance-mobile.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/blackboard.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/cobalt.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/eclipse.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/elegant.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/erlang-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/lesser-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/midnight.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/monokai.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/neat.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/night.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/rubyblue.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/solarized.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/twilight.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/vibrant-ink.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/xq-dark.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/theme/xq-light.css"> |
| <link rel="stylesheet" type="css" href="../bower_components/codemirror-minified/addon/fold/foldgutter.css"> |
| |
| <dom-module id="gr-editor-styles"> |
| <template> |
| <style></style> |
| </template> |
| </dom-module> |