Skip to content

Commit

Permalink
Removes Stylus and LESS from this project
Browse files Browse the repository at this point in the history
  • Loading branch information
grayghostvisuals committed May 12, 2013
1 parent 237a231 commit cbb6133
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,376 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Typeplate is a "typographic starter kit". We don’t make aesthetic design c
## File Size
Not much goin’ on here in terms of bulk. As you can see, Typeplate is just a measely 3kb when compressed. That's really, really small.

- Raw Sass, LESS and Stylus = **18kb**
- Compressed Sass, LESS and Stylus = **3kb**
- Raw Sass = **18kb**
- Compressed Sass = **3kb**
- Raw CSS = **7kb**

## Installation
Expand Down Expand Up @@ -69,7 +69,7 @@ If the Sass version isn't your cup of tea, we've provided a CSS version. Simply

### § Installation via Bower

Yup that’s right! We’re in the bower package registry. Simply run ``bower install typeplate`` for the CSS, Sass, LESS and Stylus versions and watch the magic happen. This is an example of how to include either the CSS or Sass version in your project. Refer to our [Bower Repo](https://github.com/typeplate/typeplate-bower) for more details regarding LESS and Stylus.
Yup that’s right! We’re in the bower package registry. Simply run ``bower install typeplate`` for the CSS, Sass versions and watch the magic happen. This is an example of how to include either the CSS or Sass version in your project. Refer to our [typeplate-bower repo](https://github.com/typeplate/typeplate-bower) for more details regarding the typeplate bower package.

**Sass**

Expand Down
12 changes: 1 addition & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<div class="lede">
<p class="delta">Frameworks make decisions for you about how to organize, structure and design a site. Pattern libraries don’t separate styling and markup, making them tough to use in a truly modular fashion. We weren’t satisfied, so we made a thing that doesn’t do that.</p>
<p><i><b>Typeplate</b></i> is a “typographic starter kit”. We don’t make aesthetic design choices, but define <b>proper markup with extensible styling</b> for common typographic patterns. A stripped-down <abbr title="syntactically awesome stylesheets">Sass</abbr>, <abbr title="cascading stylesheets">CSS</abbr>, LESS and Stylus library of your choosing primarily concerned with the appropriate technical implementation of design patterns—not how they look.</p>
<p><i><b>Typeplate</b></i> is a “typographic starter kit”. We don’t make aesthetic design choices, but define <b>proper markup with extensible styling</b> for common typographic patterns. A stripped-down <abbr title="syntactically awesome stylesheets">Sass</abbr> or <abbr title="cascading stylesheets">CSS</abbr> library of your choosing primarily concerned with the appropriate technical implementation of design patterns—not how they look.</p>
</div>
</div>
</header>
Expand All @@ -59,16 +59,6 @@
<hr>
<small>v1.0.2 | 3kb</small>
</a>
<a href="//raw.github.com/typeplate/typeplate.github.com/master/typeplate/less/typeplate.less" class="dl-item">
<i class="icon-download"></i>LESS
<hr>
<small>v1.0.2 | 3kb</small>
</a>
<a href="//raw.github.com/typeplate/typeplate.github.com/master/typeplate/stylus/typeplate.styl" class="dl-item">
<i class="icon-download"></i>Stylus
<hr>
<small>v1.0.2 | 3kb</small>
</a>
</div>
</nav>

Expand Down
Loading

2 comments on commit cbb6133

@Sawboo
Copy link

@Sawboo Sawboo commented on cbb6133 Jul 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noooooooooooooo

@grayghostvisuals
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you'd like it back feel free to file a PR and insist those in the LESS community help keep it maintained. If you'd like to know more about why we did this read the last paragraph of our blog post http://blog.typeplate.com/posts/typeplate1.1.0/. You can also read this discussion with other LESS users #108 (comment)

Please sign in to comment.