Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"csstools.postcss",
"eamodio.gitlens",
"donjayamanne.githistory"
]
}
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Option #1: Use any pre-processor

```js
import 'rstrtt'
import "rstrtt";
```

Option #2: hot-link the css files:
Expand All @@ -18,15 +18,15 @@ Option #2: hot-link the css files:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/path/to/rstrtt.css">
</head>
<body class="rstrtt">
<h1>Hello, World! </h1>
</body>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/path/to/rstrtt.css" />
</head>
<body class="rstrtt">
<h1>Hello, World!</h1>
</body>
</html>
```

For more usages and style guideline head to [the website](https://cppccn.github.io/rstrtt/)!
For more usages and style guideline head to [the website](https://cppccn.xyz/rstrtt/)!
Empty file removed docs/app.js
Empty file.
2 changes: 0 additions & 2 deletions docs/carbon.html

This file was deleted.

313 changes: 0 additions & 313 deletions docs/components.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/dark-grey.css

This file was deleted.

Loading