Skip to content

Commit

Permalink
Merge pull request #5 from Shopify/new-update
Browse files Browse the repository at this point in the history
Remove utilities, samples, and demo-app
  • Loading branch information
beefchimi authored Oct 23, 2017
2 parents 3157f63 + 5540ded commit 4e2a005
Show file tree
Hide file tree
Showing 57 changed files with 1 addition and 9,448 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Threads ships with a common set of property maps – all empty by default. Consu

## Philosophy

Threads makes few assumptions about how a consumer prefers to write styles. The core Threads library will not output any CSS _(however we do offer a set of common helpers that consumers may find useful to include in their projects)_.
Threads makes few assumptions about how a consumer prefers to write styles. The core Threads library will not output any CSS.

Maps can be either 1 or 2 levels deep, meaning you can have something as simple as:

Expand Down Expand Up @@ -141,8 +141,6 @@ Here is what a typical SCSS manifest might look like for a project consuming Thr
// --- Threads --- //
@import 'threads/core';
@import 'threads/properties';
// if you choose to include Threads helper styles:
// @import 'threads/helpers';

// --- Themes --- //
// your project theme, defining all custom property maps
Expand Down Expand Up @@ -181,9 +179,3 @@ Threads protects against inappropriate property values by checking the final res
> SCSS's inference of what values are `lists` vs `strings` is tough to predict. Therefore, `$font-stack` must type check against `list or string`.
Threads will throw an error if you are not using an inappropriate value for a particular property.

**Helpers**

Threads comes with an optional `helpers` folder. If you choose to include this, `@import` the folder immediately after importing `properties`.

`helpers` is a curation of useful `mixins`, `functions` and `classes` for you to use in your projects.
3 changes: 0 additions & 3 deletions demo-app/.babelrc

This file was deleted.

Binary file removed demo-app/dev/media/favicon/favicon.png
Binary file not shown.
21 changes: 0 additions & 21 deletions demo-app/dev/media/favicon/favicon.svg

This file was deleted.

Binary file removed demo-app/dev/media/images/cursor-grab.png
Binary file not shown.
14 changes: 0 additions & 14 deletions demo-app/dev/media/svg/logo-github.svg

This file was deleted.

50 changes: 0 additions & 50 deletions demo-app/dev/media/svg/shopify-logo-wordmark.svg

This file was deleted.

10 changes: 0 additions & 10 deletions demo-app/dev/media/svg/ui-smiley.svg

This file was deleted.

Loading

0 comments on commit 4e2a005

Please sign in to comment.