Stylus version of the Skeleton CSS Boilerplate. Based on the original work of Dave Gamache (http://getskeleton.com) this projects forks the original idea and add some modification to it.
If you want to use the unmodified and very clear and strict version of Skeleton, you can check out the "original" branch. A modification branch is the "shortnames" branch, which tries to reduce the css selector names to reduce the file size.
All other modifications are based on the "shortnames" branch and "master" is the playground. If "master" reaches a state, which is the end of an modification it will end in its own branch.
This differs from the most used idea of using the "master" branch as a stable idea.
- original - 1:1 translation of Skeleton CSS to Skeleton Stylus version
- shortnames - reduce filesize by using shorted CSS selectors
As the project evolves the number and the complexity of the examples should increase.
At the moment we have the following examples:
- basic - Basic Template which shows only the Boilerplate on one page
- registraion - A registration for to show the form elements
- login - form demo of diffent positioning and width
- marketing - some dummy thing
The stylus-skeleton is released under the same license as Skeleton: MIT License
The license Text
The MIT License (MIT) Copyright (c) 2012 Andreas Mairhofer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.