Skip to content

Commit

Permalink
feat: Drop typey and chorma/kss forks
Browse files Browse the repository at this point in the history
Fixes #151
  • Loading branch information
JohnAlbin committed Nov 10, 2023
1 parent e949365 commit 5bb0129
Show file tree
Hide file tree
Showing 75 changed files with 21 additions and 3,735 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -16,7 +16,7 @@ __This project is the Sass version of Normalize.css__, a collection of HTML elem
This Sass port currently adds:

* Vertical rhythm mixins: Allowing you to alter the font-size, line-height and margins in Normalize’s output without hacking the library.
* Several ready-to-fork versions that integrate typography Sass modules like Typey, or style guides built with KSS.
* A ready-to-fork version.

# normalize.css v5

Expand Down Expand Up @@ -52,10 +52,7 @@ There is a fantastic introduction to the project and brief instructions how to u
You can use the Sass port of Normalize in one of several methods, following the "About normalize.css" article's suggestions:

__Approach 1:__ Download and use normalize-scss as a starting point for your own project's base Sass, customising the values to match the design's requirements. (The best approach, _IMO_.)
1. Copy the normalize-scss files to your sass directory so that you can alter it as you include it in your project. To aid with this method, normalize-scss includes several ready-made "fork" versions:
* [fork-versions/default](fork-versions/default) - Fork for libSass or Ruby Sass
* [fork-versions/typey](fork-versions/typey) - Fork with Typey
* [fork-versions/typey-chroma-kss](fork-versions/typey-chroma-kss) - Fork with Typey, Chroma and KSS
1. Copy the normalize-scss files to your sass directory so that you can alter it as you include it in your project. To aid with this method, normalize-scss includes a ready-made "fork" version in the [fork-version](fork-version/) directory.

__Approach 2:__ Install and include normalize-scss untouched and then build upon it, overriding the defaults later in your Sass when necessary. Just import normalize-scss like any normal Sass module by:
1. Set variables to override the default normalize-scss variables.
Expand Down
4 changes: 2 additions & 2 deletions fork-versions/default/README.md → fork-version/README.md
@@ -1,6 +1,6 @@
# Fork-able normalize-scss<br> for libSass or Ruby Sass
# Fork-able normalize-scss<br> for Sass

## Using with node-sass or libSass or Ruby Sass
## Using with Sass

1. Copy these files to your Sass project.
2. Start forking by altering/moving Sass variables found in `_variables.scss`.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
61 changes: 0 additions & 61 deletions fork-versions/typey-chroma-kss/README.md

This file was deleted.

58 changes: 0 additions & 58 deletions fork-versions/typey-chroma-kss/_init.scss

This file was deleted.

34 changes: 0 additions & 34 deletions fork-versions/typey-chroma-kss/base/_fonts.scss

This file was deleted.

25 changes: 0 additions & 25 deletions fork-versions/typey-chroma-kss/base/_normalize.scss

This file was deleted.

21 changes: 0 additions & 21 deletions fork-versions/typey-chroma-kss/base/document/_document.scss

This file was deleted.

65 changes: 0 additions & 65 deletions fork-versions/typey-chroma-kss/base/embedded/_embedded.scss

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5bb0129

Please sign in to comment.