All Projects → doximity → vital

doximity / vital

Licence: other
Design Framework

Programming Languages

Sass
350 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vital

yavdb
Yet Another Vulnerability Database
Stars: ✭ 14 (-73.58%)
Mutual labels:  rubygems
php.rb
[Retired] PHP.rb translates Ruby code into PHP code.
Stars: ✭ 86 (+62.26%)
Mutual labels:  rubygems
colors
🎨 An elegant and minimalistic color palette for UI design.
Stars: ✭ 19 (-64.15%)
Mutual labels:  css-framework
Fluid
Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development
Stars: ✭ 24 (-54.72%)
Mutual labels:  css-framework
bitcache
[Retired] Distributed, content-addressable storage system.
Stars: ✭ 30 (-43.4%)
Mutual labels:  rubygems
pollen
The CSS variables build system
Stars: ✭ 754 (+1322.64%)
Mutual labels:  css-framework
CSScaffold
The original CSScaffold by Anthony Short... He deleted the original repository when he released the newer version.
Stars: ✭ 26 (-50.94%)
Mutual labels:  css-framework
waxseal
Big official brass stamp to make signing gems dead simple.
Stars: ✭ 21 (-60.38%)
Mutual labels:  rubygems
strapless
Strapless is a color-changing CSS boilerplate for HTML elements, and a powerful LessCSS library for colors and patterns.
Stars: ✭ 27 (-49.06%)
Mutual labels:  css-framework
HypeStyle
Small, useful CSS library build on utility classes & components.
Stars: ✭ 28 (-47.17%)
Mutual labels:  css-framework
boba
A lightweight, modular CSS framework.
Stars: ✭ 47 (-11.32%)
Mutual labels:  css-framework
fylgja
The modular highly customisable CSS framework. Powered by CSS Components, Utilities and Props for building your Web UI.
Stars: ✭ 65 (+22.64%)
Mutual labels:  css-framework
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (+318.87%)
Mutual labels:  rubygems
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (-47.17%)
Mutual labels:  css-framework
bulma.styl
A Stylus translation of a modern CSS framework based on Flexbox
Stars: ✭ 26 (-50.94%)
Mutual labels:  css-framework
PotatoCSS
🥔 Simple CSS framework for hackers. Simple as potato.
Stars: ✭ 53 (+0%)
Mutual labels:  css-framework
sane patch
Making monkey patches sane again
Stars: ✭ 63 (+18.87%)
Mutual labels:  rubygems
floaty
CSS Float Based Layout System
Stars: ✭ 35 (-33.96%)
Mutual labels:  css-framework
Two-Lines-CSS-Framework
Two Lines CSS Framework
Stars: ✭ 17 (-67.92%)
Mutual labels:  css-framework
mercadopago
Gem to communicate with the MercadoPago API
Stars: ✭ 31 (-41.51%)
Mutual labels:  rubygems

Note: Vital v2.x is not backwards compatible with v1.x. Some things may break. You may need to do some refactoring.

Vital

A minimally invasive CSS framework for modern web applications.

  • Vital is a reverse approach to "everything and the kitchen sink" CSS frameworks.
  • Built with Sass and Slim for readability and maintainability.
  • No ridiculous amounts of classes or nesting. No excessively buried code.
  • Written almost entirely in em values, allowing for easy and consistent scaling.
  • Small:
Size Gzipped
Javascripts 0
Vital CSS 23 KB 6 KB

Usage

A couple installation options are available:

Check out our docs for information on installation methods, framework contents, templates, examples and more.

Development

NOTE: The project requires Ruby 2.0+ for building its assets and documentation.

Initial setup:

git clone https://github.com/doximity/vital.git
cd vital
bundle

# If you want to build / work on documentation
cd docs
bundle

Compiling assets locally

cd vital
bundle exec rake vital:build

Build the documentation

Vital is built using a simple static generator: https://middlemanapp.com/

cd vital/docs
bundle
bundle exec middleman

Publishing

Publishing and deployment should be performed by a Doximity member.

Contributing

See CONTRIBUTING.md

Releasing a new version

  • Ensure docs, README.md, CHANGELOG.md are up to date
  • Bump version on lib/vital/version.rb
  • Bump version on package.json#L3
  • bundle exec rake vital:build
  • bundle, commit and push the Gemfile.lock file
  • git add ... all of the updated files
  • git commit -m 'vX.Y.Z'
  • Create a branch, get it approved, merge the branch and checkout master
  • bundle exec rake release to push to RubyGems
  • npm publish to push to NPM
  • Go to https://github.com/doximity/vital/releases and create a new release with the tarball attached
  • In Slack, run doxbot ship vital to deploy documentation site
  • Visit http://vitalcss.s3-website-us-east-1.amazonaws.com and http://vitalcss.com and ensure it has been updated

Reporting Issues and Suggestions

Please submit GitHub issues for problems with the library. Also, feel free to submit a pull-request with suggested changes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].