Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit a3ba9bd

Browse files
committed
fix(css): remove unnecessary display flex if not legacy file
1 parent 814f9ce commit a3ba9bd

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
-3.23 KB
Binary file not shown.
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta property="og:type" content="website">
1212
<meta property="og:url" content="https://ibm.github.io/css-gridish/">
1313
<meta name="twitter:card" content="summary_large_image">
14-
<link href="./examples/carbon/css-gridish/css/bx-grid.min.css" rel="stylesheet">
14+
<link href="./examples/carbon/css-gridish/css/bx-grid-legacy.min.css" rel="stylesheet">
1515

1616
<style>
1717
body {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-gridish",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description":
55
"Automatically build your grid design’s CSS Grid code, CSS Flexbox fallback code, Sketch artboards, and Chrome extension.",
66
"engines": {

0 commit comments

Comments
 (0)