Skip to content

Commit 15e1fbb

Browse files
committed
Use min version of css for semantic-ui
1 parent 1d6fa65 commit 15e1fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>DevLog</title>
6-
<link rel="stylesheet" type="text/css" href="bower_components/semantic-ui/dist/semantic.css">
6+
<link rel="stylesheet" type="text/css" href="bower_components/semantic-ui/dist/semantic.min.css">
77
<link rel="stylesheet" type="text/css" href="bower_components/trix/dist/trix.css">
88
<link rel="stylesheet" type="text/css" href="css/index.css">
99
</head>

0 commit comments

Comments
 (0)