Download the PHP package keyboardcowboy/orion without Composer
On this page you can find all versions of the php package keyboardcowboy/orion. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keyboardcowboy/orion
More information about keyboardcowboy/orion
Files in keyboardcowboy/orion
Package orion
Short Description Library of sass mixins and jade templates for rapid prototyping.
License GPL-2.0+
Homepage https://github.com/KeyboardCowboy/orion
Informations about the package orion
Orion Rapid Prototyping Library
Version 3.x
https://github.com/KeyboardCowboy/orion
Orion is my own library of SASS components and Jade base layouts I've compiled over time in order to facilitate rapid prototyping for responsive and cross-browser compatible websites.
Libraries
Orion ships with various 3rd party libraries:
Included
Some libraries are included in Orion and are loaded automatically.
- Bourbon for CSS3 and multi-vendor support (required for Orion to work)
- Zen Grids for responsive grid layouts
- Typeplate, v1.1.2 for typography
- Normalize, v2.1.3 for cross browser consistency
Experimental
- Foundation components are being wrapped for easier implementation and to prevent unnecessary styles from being injected into the stylesheets.
How to Use Orion
-
Drop Orion into your project.
- mySassProject - orion - _vars.scss - _mixins.scss - styles.scss
-
Import the orion partial into your SCSS file.
@import 'orion/orion';
-
Add any custom variables and mixins, especially any variables that typeplate may use if you are including that.
@import 'vars'; @import 'mixins';
-
(Optional) Import starter styles
@import 'orion/normalize'; @import 'orion/typeplate';
- Add your own styles.