Skip to content

Commit

Permalink
fix: add missing compass css3 imports for _toggle scss partial
Browse files Browse the repository at this point in the history
  • Loading branch information
jlison committed Aug 24, 2019
1 parent cf117b5 commit 0cf8478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Versions 1.x.xx are under heavy development, and may have breaking changes.

## Quick example
Convert a configuration object such as:
```
```jsx
const form = [
{
name: "intro",
Expand Down Expand Up @@ -86,7 +86,7 @@ const form = [
];
```
... into a full form component:
```
```jsx
function App() {
return (
<div className="App">
Expand Down
2 changes: 2 additions & 0 deletions src/styles/_toggle.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import '~compass-mixins/lib/compass/css3/border-radius';
@import '~compass-mixins/lib/compass/css3/images';
@import '~compass-mixins/lib/compass/css3/transition';
@import '~compass-mixins/lib/compass/css3/transform';
@import './custom_colors';
@import './flat_ui_colors';

Expand Down

0 comments on commit 0cf8478

Please sign in to comment.