Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Drop typey and chorma/kss forks #154

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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.
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.

Loading