README
Guidelines
Company's digital guidelines
Changelog
2.5.0
:
- comment out chat.scss until app is finalised
2.4.0
:
- chat windows and chat sidebar
2.3.0
:
- fix IE Renderings for comment and userpic in new comment
2.2.1
:
- add forms, include email and tel input types
2.1.1
:
- fix a.link on hover margin-bottom
2.1.0
:
- update samples with application and account layouts
2.0.1
:
- update button font size and line height
2.0.0
:
- use quesadilla (drop gulp)
- realign with new style guide
0.8.0
:
- clean _vars
- update documentation
0.7.0
:
- clean dependancies
- rm gulp-clean
- refactor build process
0.6.0
:
- use private registry
Project structure
/src # project source files (used to build styleguide)
base.scss # base styling and entry point
index.js # entry point for dokku (used to start development server, install example dependencies, etc.)
package.json # package description
README.md # installation / usage / development documentation
Prerequisites
$ npm set registry http://npm.sandbox.elasticseed.net
$ npm set always-auth true
$ npm login
Installation
$ npm install seed-guidelines --save
Development
$ git clone git@github.com/seedalpha/guidelines.git
$ cd guidelines
$ npm install
$ npm start # will start dev server on `process.env.PORT || 8080`
Further Reading
Based on Sass@3.3
Advanced List Functions Error Handling in Sass
Authors
Denis Tsoi denis@seedalpha.net
Vladimir Popov vlad@seedalpha.net
License
©2015 Seedalpha