Skip to content

Commit

Permalink
Merge pull request #102 from Jaspero/notailwind
Browse files Browse the repository at this point in the history
Removes tailwind
  • Loading branch information
KovaCro authored Nov 21, 2023
2 parents cfb5d8b + aad38ce commit c5055a2
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 467 deletions.
10 changes: 9 additions & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ You can type this command into Command Prompt, Powershell, Terminal, or any othe

## Component dependancies

Some components require imports to function properly.
For components to display properly, you'll need to import default styles and css variables at the top level of your project;

```js
<style>
@import '@jaspero/web-components/dist/index.css';
</style>
```

Some components require additional imports to function properly.

Simplest way to do this is to load the following scripts and stylesheets;

Expand Down
Loading

0 comments on commit c5055a2

Please sign in to comment.