Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/demo-content' into featu…
Browse files Browse the repository at this point in the history
…re/demo-content
  • Loading branch information
Sisha0 committed May 31, 2021
2 parents 1169f4a + e1daa8d commit 7892b6c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bs-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'./lib/*.css'
],
watch: true,
server: ['docs/demo1', 'lib'],
server: ['docs', 'lib'],
open: 'local',
browser: 'default'
};
23 changes: 23 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>UIP Playground demo</title>
</head>
<body>
<ul>
<li>
<a href="./demo1/index.html">Demo with img</a>
</li>
<li>
<a href="./demo2/index.html">Demo with form</a>
</li>
<li>
<a href="./demo3/index.html">Demo with users list</a>
</li>
<li>
<a href="./demo4/index.html">Demo with playground</a>
</li>
</ul>
</body>
</html>
1 change: 1 addition & 0 deletions src/settings/setting/bool-setting/bool-setting.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ uip-bool-setting {

input {
margin-left: 3px;
max-width: 100%;
}
}

Expand Down

0 comments on commit 7892b6c

Please sign in to comment.