diff --git a/README.md b/README.md index 1daf7bf..c324e67 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/changelog.md b/changelog.md index 07c0717..0d58163 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/dist/starrrt.css b/dist/starrrt.css index 83b6187..5d0ad35 100644 --- a/dist/starrrt.css +++ b/dist/starrrt.css @@ -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 diff --git a/dist/starrrt.min.css b/dist/starrrt.min.css index 86aadf2..6dd106d 100644 --- a/dist/starrrt.min.css +++ b/dist/starrrt.min.css @@ -1,7 +1,7 @@ @charset "UTF-8";/*! 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 diff --git a/docs/_config.yml b/docs/_config.yml index 97845e0..a376638 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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: diff --git a/docs/_instructions/01-setup.md b/docs/_instructions/01-setup.md index 4a8bc37..80bb0e3 100644 --- a/docs/_instructions/01-setup.md +++ b/docs/_instructions/01-setup.md @@ -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. diff --git a/docs/_instructions/03-example.md b/docs/_instructions/03-example.md index b55172b..4b5bcbc 100644 --- a/docs/_instructions/03-example.md +++ b/docs/_instructions/03-example.md @@ -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 ``` diff --git a/docs/_instructions/05-contributing.md b/docs/_instructions/05-contributing.md index 8210fed..1e4dc6e 100644 --- a/docs/_instructions/05-contributing.md +++ b/docs/_instructions/05-contributing.md @@ -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). diff --git a/docs/_layouts/base.html b/docs/_layouts/base.html index dd36472..0e8ce4a 100755 --- a/docs/_layouts/base.html +++ b/docs/_layouts/base.html @@ -3,8 +3,8 @@ {% include head.html %}
-