Skip to content

Commit

Permalink
fix: #7 double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Sep 12, 2019
1 parent 521bed4 commit 14e01ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/src/ods-[name].js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import { LitElement, html } from "lit-element";

// Import touch detection lib
import 'focus-visible/dist/focus-visible.min.js';
import "focus-visible/dist/focus-visible.min.js";
// impot the processed CSS file into the scope of the component
import componentProperties from './tokens/componentShapeProperties-css.js';
import componentProperties from "./tokens/componentShapeProperties-css.js";
import styleCss from "./style-css.js";

// build the component class
Expand Down

0 comments on commit 14e01ee

Please sign in to comment.