mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Added default scss to bundle default theme
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
|
||||
<link rel="stylesheet" href="../dist/framework.css">
|
||||
<link rel="stylesheet" href="../dist/framework-structure.css">
|
||||
<link rel="stylesheet" href="../dist/framework-theme.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="bar-header">
|
||||
@@ -14,6 +15,7 @@
|
||||
<p>
|
||||
Here is some content
|
||||
</p>
|
||||
<a class="button button-default">Click me</a>
|
||||
<form>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user