Skip to content

Commit

Permalink
fix: fix CSS resets after dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Feb 18, 2018
1 parent 60693b9 commit f64b2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libreact",
"version": "0.6.4",
"version": "0.6.5",
"description": "React standard library",
"main": "lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/reset/createCssResetComponent.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {h} from '../util';
import toStylesheet from 'freestyler-renderer/lib/ast/toStylesheet';
import toCss from 'freestyler-renderer/lib/ast/toCss';
import toStylesheet from 'freestyler/lib/ast/toStylesheet';
import toCss from 'freestyler/lib/ast/toCss';

const createCssResetComponent = (cssTemplate) => {
const rawCss = toCss(toStylesheet(cssTemplate));
Expand Down

0 comments on commit f64b2fa

Please sign in to comment.