Skip to content

Commit

Permalink
fix: fix CSS vars bug, tmp disable CSS vars
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Feb 15, 2018
1 parent 9c5d871 commit 90d206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/Renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import declarationSubtractStrict from '../declaration/subtractStrict';
import renderInlineStyles from './util/renderInlineStyles';
import {isClient} from '../util';

const USE_CSS_VARIABLES = supportsCssVariables;
const USE_CSS_VARIABLES = false; // supportsCssVariables;
const USE_INLINE_STYLES = true;

const $$statics = sym('stat'); // Static infinite cardinality declaration cache.
Expand Down

0 comments on commit 90d206b

Please sign in to comment.