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 %} -
- Starrrt illustration +
+ StarrrtCSS illustration
@@ -13,8 +13,5 @@ {% include footer.html %}
- - - diff --git a/docs/css/site.css b/docs/css/site.css index cc36c5a..babc9d3 100755 --- a/docs/css/site.css +++ b/docs/css/site.css @@ -2,7 +2,7 @@ /* Styles for Starrrt Docs - Version: 1.0.0-beta + Version: 1.0.0-beta.2 TODO: Add vendor prefixes diff --git a/docs/css/starrrt.min.css b/docs/css/starrrt.min.css index 86aadf2..6dd106d 100644 --- a/docs/css/starrrt.min.css +++ b/docs/css/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/js/functions.js b/docs/js/functions.js deleted file mode 100644 index 0151f45..0000000 --- a/docs/js/functions.js +++ /dev/null @@ -1,11 +0,0 @@ -( function( $ ) { - - "use strict"; - - // smooth scroll to anchor - $('a[href^=\\#]').on('click', function(event){ - event.preventDefault(); - $('body').animate({scrollTop:$(this.hash).offset().top - 60}, 500); - }); - -}( jQuery ) ); diff --git a/package.json b/package.json index e733774..ccb3908 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/style.css b/src/style.css index 0669569..749b14e 100755 --- a/src/style.css +++ b/src/style.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