Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaur committed Apr 12, 2023
1 parent 9581e61 commit 66ba077
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Sass System

<a aria-label="test status" href="https://github.com/maurandco/sass-system/actions/workflows/test.yml">
<img alt="test" src="https://img.shields.io/github/actions/workflow/status/maurandco/sass-system/test.yml?label=tests&style=plastic" />
</a>

<a aria-label="version status" href="https://github.com/maurandco/sass-system/releases">
<img alt="version" src="https://img.shields.io/github/v/release/maurandco/sass-system?display_name=tag&style=plastic&color=B85A8A" />
</a>

A style system generator and utility-first CSS framework built entirely in Sass.

This was inspired by similar utility-first CSS frameworks such as Tailwind and Tachyons, but it comes with the power of a CSS preprocessor and zero dependencies other than [dart-sass](https://sass-lang.com/dart-sass)—which is fast and self-contained. As opposed to dealing with a Node build system, an "Electron for CLI's" binary, or the plethora of plugins needed for PostCSS.
Expand All @@ -25,7 +17,6 @@ This was inspired by similar utility-first CSS frameworks such as Tailwind and T
- [Separator](#separator)
- [Dark Mode](#dark-mode)
- [Screens](#screens)
- [Sizing](#sizing)
- [Spacing](#spacing)
- [Primary Fonts](#primary-fonts)
- [Font Stacks](#font-stacks)
Expand Down Expand Up @@ -131,7 +122,6 @@ If you want to customize the default values, you can pass custom configuration u
- [$separator](#separator)
- [$dark-mode](#dark-mode)
- [$screens](#screens)
- [$sizing](#sizing)
- [$spacing](#spacing)
- [$primary-fonts](#primary-fonts)
- [$font-stacks](#font-stacks)
Expand Down Expand Up @@ -621,7 +611,6 @@ _Note that key names nested within `$extend` are **not** prefixed with `$`._
These functions are useful for getting style system values inside [custom classes](#custom-classes).

- `screen($name)` to get values from [$screens](#screens)
- `size($name)` to get values from [$sizing](#sizing)
- `space($index)` to get values from [$spacing](#spacing)
- `font($name)` to get values from [$font-stacks](#font-stacks)
- `font-weight($name)` to get values from [$font-weights](#font-weights)
Expand Down

0 comments on commit 66ba077

Please sign in to comment.