Skip to content

Commit

Permalink
🔖 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Dec 30, 2022
1 parent 8a59fa0 commit 099a7fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Description:

-
-
10 changes: 5 additions & 5 deletions .storybook/styles/storybook-addon-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@

@media only screen and (min-width: 375px) {
:root {
--sb-grid-gutter: 1.25rem;
--sb-grid-gutter: 1.25rem;
}
}

@media only screen and (min-width: 768px) {
:root {
--sb-grid-gutter: 2.5rem;
--sb-grid-gutter: 2.5rem;
}
}

@media only screen and (min-width: 1024px) {
:root {
--sb-grid-gutter: 3rem;
--sb-grid-gutter: 3rem;
}
}

@media only screen and (min-width: 1200px) {
:root {
--sb-grid-gutter: 3rem;
--sb-grid-max-width: 1140px;
--sb-grid-gutter: 3rem;
--sb-grid-max-width: 1140px;
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-native-flex-grid",
"version": "0.0.6",
"version": "0.0.7",
"description": "🎨 A react-native flexbox grid similar to bootstap's web grid.",
"main": "lib/commonsjs/index.js",
"main": "node_modules/expo/AppEntry.js",
"module": "lib/module/index.js",
"react-native": "src/index.ts",
"files": [
Expand Down Expand Up @@ -167,4 +167,4 @@
"url": "https://github.com/a-tokyo"
}
]
}
}

0 comments on commit 099a7fd

Please sign in to comment.