Skip to content

Commit

Permalink
Changing package name and updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
VTEX committed Jul 28, 2021
1 parent 888e5e8 commit 0dc23b7
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 13 deletions.
11 changes: 0 additions & 11 deletions packages/basic-theme/README.md

This file was deleted.

37 changes: 37 additions & 0 deletions packages/theme-default/README.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>&grave;theme-default&grave;</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>
11 changes: 11 additions & 0 deletions packages/theme-default/README.md
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'
```
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@vtex/basic-theme",
"name": "@vtex/theme-default",
"version": "0.371.30",
"description": "Basic theme for our Store UI components.",
"author": "VTEX <gabriel.antiqueira@vtex.com.br>",
Expand All @@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/vtex/faststore",
"directory": "packages/basic-theme"
"directory": "packages/theme-default"
},
"scripts": {
"build": "echo No build script"
Expand Down
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.

0 comments on commit 0dc23b7

Please sign in to comment.