Skip to content

Commit

Permalink
v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdorner committed Dec 31, 2017
1 parent 036feb9 commit 661dbe8
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 34 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Object-oriented CSS boilerplate built on top of [PostCSS](http://postcss.org/) a

## Usage

Read the docs [here](https://felixdorner.github.io/starrrtcss/).
Read the docs [here](https://felixdorner.github.io/StarrrtCSS/).

## Contributing

Contributions are welcome:

- Report bugs and make feature requests via the [issue tracker](https://github.com/felixdorner/starrrtcss/issues)
- Report bugs and make feature requests via the [issue tracker](https://github.com/felixdorner/StarrrtCSS/issues)
- Please ask first before working on any significant pull request

### Install Dependencies
Expand Down Expand Up @@ -40,6 +40,6 @@ The docs are build with [Jekyll](https://jekyllrb.com/). Navigate to the /docs d

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/felixdorner/starrrtcsss/blob/master/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://github.com/felixdorner/StarrrtCSS/blob/master/LICENSE) file for details.

Copyright © 2017-2018 Felix Dorner, All Rights Reserved.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# StarrrtCSS Changelog

### *20171231* - 0.4.0 - 1.0.0-beta
### *20171231* - 0.4.0 - 1.0.0-beta.1
* **NEW** Docs: Favicon & social images
* **TWEAK** Src: Base style improvements
* **TWEAK** Docs: Improved wording
* **TWEAK** Docs: Removed jQuery

### *20171230* - 0.3.0 - 0.4.0
* **NEW** Src: New object-oriented architecture
Expand Down
2 changes: 1 addition & 1 deletion dist/starrrt.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
STARRRT
Version: 1.0.0-beta
Version: 1.0.0-beta.1
Author: Felix Dorner
Demo URI: https://felixdorner.github.io/starrrt/
Description: A minimal CSS starter-kit written with PostCSS & cssnext
Expand Down
2 changes: 1 addition & 1 deletion dist/starrrt.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Custom variables
docs-ver: v1.0.0-beta
src-ver: v1.0.0-beta
repo: https://github.com/felixdorner/starrrtcss
download: https://github.com/felixdorner/starrrtcss/releases/latest
docs-ver: v1.0.0-beta.2
src-ver: v1.0.0-beta.1
repo: https://github.com/felixdorner/StarrrtCSS
download: https://github.com/felixdorner/StarrrtCSS/releases/latest

# Collections
collections:
Expand Down
2 changes: 1 addition & 1 deletion docs/_instructions/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Setup
slug: setup
---

Download the [latest release](https://github.com/felixdorner/starrrtcss/releases/latest), copy the source files into your new project, and integrate them with your workflow. Make sure that your task runner processes [PostCSS](http://postcss.org/), [cssnext](http://cssnext.io/) and [postcss-easy-import](https://github.com/TrySound/postcss-easy-import). Here is a [gist](https://gist.github.com/felixdorner/278fa705aa37cb369a809a4151c7d701) on how to setup a workflow with NPM or Yarn.
Download the [latest release](https://github.com/felixdorner/StarrrtCSS/releases/latest), copy the source files into your new project, and integrate them with your workflow. Make sure that your task runner processes [PostCSS](http://postcss.org/), [cssnext](http://cssnext.io/) and [postcss-easy-import](https://github.com/TrySound/postcss-easy-import). Here is a [gist](https://gist.github.com/felixdorner/278fa705aa37cb369a809a4151c7d701) on how to setup a workflow with NPM or Yarn.
2 changes: 1 addition & 1 deletion docs/_instructions/03-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here is a section with a centered grid and two responsive columns:
```
├── .o-container
│ ├── .o-grid
│ │ ├── .o-grid__col u-span--12 u-span--06m u-span--06l
│ │ ├── .o-grid__col u-span--12 u-span--06m u-span--08l
│ │ ├── .o-grid__col u-span--12 u-span--06m u-span--04l
```

Expand Down
4 changes: 2 additions & 2 deletions docs/_instructions/05-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ slug: contributing

Contributions are welcome:

- Report bugs and make feature requests via the [issue tracker](https://github.com/felixdorner/starrrtcss/issues)
- Please ask first before working on any significant pull request. Find more information on how to setup the dev environment [here](https://github.com/felixdorner/starrrtcss).
- Report bugs and make feature requests via the [issue tracker](https://github.com/felixdorner/StarrrtCSS/issues)
- Please ask first before working on any significant pull request. Find more information on how to setup the dev environment [here](https://github.com/felixdorner/StarrrtCSS).
7 changes: 2 additions & 5 deletions docs/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{% include head.html %}
<body>

<div class="c-page--left c-cover">
<img src="{{site.baseurl}}/img/starrrt.png" alt="Starrrt illustration"/>
<div class="c-page--left">
<img src="{{site.baseurl}}/img/starrrt.png" alt="StarrrtCSS illustration"/>
</div>

<div class="c-page--right">
Expand All @@ -13,8 +13,5 @@
{% include footer.html %}
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="{{site.baseurl}}/js/functions.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion docs/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Styles for Starrrt Docs
Version: 1.0.0-beta
Version: 1.0.0-beta.2
TODO: Add vendor prefixes
Expand Down
2 changes: 1 addition & 1 deletion docs/css/starrrt.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions docs/js/functions.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "StarrrtCSS",
"version": "1.0.0-beta",
"version": "1.0.0-beta.1",
"description": "Object-oriented CSS boilerplate built on top of PostCSS and cssnext",
"main": "dist/starrrt.min.css",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
STARRRT
Version: 1.0.0-beta
Version: 1.0.0-beta.1
Author: Felix Dorner
Demo URI: https://felixdorner.github.io/starrrt/
Description: A minimal CSS starter-kit written with PostCSS & cssnext
Expand Down

0 comments on commit 661dbe8

Please sign in to comment.