-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing package name and updating README
- Loading branch information
VTEX
committed
Jul 28, 2021
1 parent
888e5e8
commit 0dc23b7
Showing
19 changed files
with
50 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>`theme-default`</title> | ||
<style> | ||
</style> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css"> | ||
<style> | ||
body { | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif; | ||
font-size: 14px; | ||
line-height: 1.6; | ||
} | ||
</style> | ||
<style> | ||
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; } | ||
</style> | ||
|
||
|
||
|
||
</head> | ||
<body class="vscode-body vscode-light"> | ||
<h1 id="theme-default"><code>theme-default</code></h1> | ||
<blockquote> | ||
<p>TODO: description</p> | ||
</blockquote> | ||
<h2 id="usage">Usage</h2> | ||
<pre><code><code><div>const basicTheme = require('basic-theme'); | ||
|
||
// TODO: DEMONSTRATE API | ||
</div></code></code></pre> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Theme Default | ||
|
||
Basic CSS theme for [Store UI](https://storeui.netlify.app/)'s default theme. | ||
|
||
Done with [TailwindCSS](https://tailwindcss.com/) and [PostCSS](https://postcss.org/). | ||
|
||
## Usage | ||
|
||
``` | ||
import '@vtex/basic-theme' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.