Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nitipit committed Feb 3, 2024
1 parent db8814c commit 6a64045
Show file tree
Hide file tree
Showing 24 changed files with 399 additions and 391 deletions.
52 changes: 26 additions & 26 deletions docs/adapter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/adapter.js.map

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/base.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/base.js.map

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/guide/base.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/guide/base.js.map

Large diffs are not rendered by default.

31 changes: 16 additions & 15 deletions docs/guide/css-like-oop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@


<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Adapter brings CSS to the next level with Javascript & Web Component
which make it programmable with many features such as isolation,
inheritancs, shadow DOM style, etc.
">
<title>Adapter : CSS in Javascript Framework for Web Components</title>
<link rel="stylesheet" href="../../base.css?v=26">
<script type="module" src="../../base.js?v=26"></script>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Adapter brings CSS to the next level
with Javascript & Web Component which make it programmable
with many features such as isolation, inheritancs, shadow DOM style, etc.">
<title>Adapter : CSS in Javascript Framework for Web Components</title>
<link rel="stylesheet" href="../../base.css?v=27">
<script type="module" src="../../base.js?v=27"></script>



<script type="module" src="../../guide/base.js?v=26"></script>
<script type="module" src="../../guide/base.js?v=27"></script>

<script type="module" src="index.js?v=26"></script>
<script type="module" src="index.js?v=27"></script>

<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HNHSQQQLL2"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -30,8 +29,9 @@
gtag('config', 'G-HNHSQQQLL2');
</script>
</head>
<body style="visibility: hidden;">

<body style="visibility: hidden;">



<el-sidebar>
Expand Down Expand Up @@ -265,4 +265,5 @@ <h4>Result :</h4>
</el-container>

</body>

</html>
Loading

0 comments on commit 6a64045

Please sign in to comment.