We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43bb46 commit 8d607aaCopy full SHA for 8d607aa
public/index.html
@@ -10,6 +10,8 @@
10
<body>
11
<h1>Rollup code-splitting demo</h1>
12
13
+ <p><a href='https://github.com/rollup/rollup-starter-code-splitting'>See the source code on GitHub</a></p>
14
+
15
<div id='a'>
16
<div data-used-by='a'></div>
17
<div data-used-by='both'></div>
public/styles.css
@@ -2,6 +2,12 @@ body {
2
font-family: 'Helvetica Neue', Arial, sans-serif;
3
color: #333;
4
font-weight: 300;
5
+ font-size: 18px;
6
+ line-height: 1.2;
7
+}
8
9
+h1 {
+ font-size: 1.6em;
}
body > div {
@@ -20,5 +26,4 @@ body > div {
20
26
margin: 0 0 0.5em 0;
21
27
height: 6em;
22
28
border-radius: 2px;
23
- font-size: 18px;
24
29
0 commit comments