-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ ssbuild was inspired by similar utility-first CSS frameworks such as TailwindCSS | |
If you don't need any customization and want to start using the utility classes right away, you can link directly to the default build in your HTML. | ||
|
||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@maurandco/[email protected].1/index.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ssbuild/core@0.0.2/index.min.css" /> | ||
``` | ||
|
||
If you want to customize your build, you'll need to install ssbuild into your project using one of these methods. | ||
|
@@ -53,12 +53,12 @@ If you want to customize your build, you'll need to install ssbuild into your pr | |
- Install with [hex](https://hex.pm) (Elixir): _not supported yet_ | ||
- Install with [gem](https://rubygems.org) (Ruby): _not supported yet_ | ||
- Install with [pip](https://pypi.org) (Python): _not supported yet_ | ||
- Install with [npm](https://www.npmjs.com) (Node): `npm install @maurandco/ssbuild` | ||
- Install with [npm](https://www.npmjs.com) (Node): `npm install @ssbuild/core` | ||
|
||
## Usage | ||
|
||
```scss | ||
@use "@maurandco/ssbuild"; | ||
@use "@ssbuild/core"; | ||
``` | ||
|
||
That's it! All the utility classes will now be included in your CSS output. | ||
|
@@ -80,7 +80,7 @@ That's it! All the utility classes will now be included in your CSS output. | |
## Customization | ||
|
||
```sass | ||
@use "@maurandco/ssbuild" with ( | ||
@use "@ssbuild/core" with ( | ||
$normalize: false, | ||
$dark-mode: class, | ||
$primary-fonts: ( | ||
|
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