-
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
3 changed files
with
3 additions
and
3 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
## v0.1.1 | ||
|
||
- Renamed package to `sass-system` | ||
- Minimum dart-sass version is now 1.55.0 | ||
|
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ This was inspired by similar utility-first CSS frameworks such as Tailwind and T | |
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://unpkg.com/[email protected].0/index.min.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/index.min.css" /> | ||
``` | ||
|
||
If you want to customize your build, you'll need to install sass-system into your project using one of these methods: | ||
|
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