Skip to content

Commit

Permalink
fix(css): add core.css (#15220)
Browse files Browse the repository at this point in the history
fixes #15170
  • Loading branch information
manucorporat authored Aug 29, 2018
1 parent 99a2925 commit 096d9a7
Show file tree
Hide file tree
Showing 227 changed files with 351 additions and 334 deletions.
2 changes: 1 addition & 1 deletion core/.stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See documentation at https://stylelint.io/

ignoreFiles:
- src/css/colors.scss
- src/css/core.scss
- src/css/flex-utils.scss
- src/css/normalize.scss
- src/css/text-alignment.scss
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build.docs.json": "stencil build --docs-json dist/docs.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "node scripts/clean.js",
"css.clean": "cleancss -O2 -o ./css/ionic.min.css ./css/ionic.css",
"css.clean": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
"css.sass": "node-sass --output ./css src/css --output-style compressed",
"dev": "npm run build.css && stencil build --dev --watch --serve",
"e2e": "node ./scripts/e2e",
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/action-sheet/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Action Sheet - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/action-sheet/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Action Sheet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Action Sheet - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Action Sheet - Translucent</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/alert/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Alert - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/alert/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Alert</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/alert/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Alert - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/alert/test/translucent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Alert - Translucent</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/anchor/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Anchor - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/anchor/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Anchor - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body padding>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/app/test/cordova/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>App - Cordova</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
<script type="text/javascript">
window.Ionic.config = { statusbarPadding: true };
</script>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/avatar/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Avatar - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/avatar/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Avatar</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/avatar/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Avatar - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body padding>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/back-button/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Back Button</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body onload="loadFirstPage()">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Back Button</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
<script>
class PageOne extends HTMLElement {
connectedCallback() {
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/back-button/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Back Button</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body onload="loadFirstPage()">
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/back-button/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Back Button</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/badge/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Badge - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/badge/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Badge</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/badge/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Badge - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body padding>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/anchor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Anchor</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/expand/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Expand</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/fill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Fill</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Form</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/icon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Icon</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/round/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Round</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/size/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Size</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/strong/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Strong</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/button/test/toolbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Button - Toolbar</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/buttons/test/icon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Buttons - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/card/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Card - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/card/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Card</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/card/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Card - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/card/test/translucent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Card - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/checkbox/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Checkbox - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/checkbox/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Checkbox</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/checkbox/test/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Checkbox - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/core.css">
</head>

<body padding>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/chip/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Chip - Basic</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
</head>

<body>
Expand Down
Loading

0 comments on commit 096d9a7

Please sign in to comment.