All Projects → lonelyplanet → Rizzo Next

lonelyplanet / Rizzo Next

Licence: mit
The evolution of Lonely Planet's pattern library.

Labels

Projects that are alternatives of or similar to Rizzo Next

Hyde
Port of https://github.com/poole/hyde to Zola
Stars: ✭ 51 (-13.56%)
Mutual labels:  scss
React Frontend Dev Portfolio
Easy to adapt and deploy React portfolio inspired with solutions found at GitHub.
Stars: ✭ 55 (-6.78%)
Mutual labels:  scss
Covalent Code Editor Nightly
Nightly builds of https://github.com/teradata/covalent code-editor module
Stars: ✭ 57 (-3.39%)
Mutual labels:  scss
Ibm Security
A Carbon-powered React component library built by IBM Security
Stars: ✭ 52 (-11.86%)
Mutual labels:  scss
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-8.47%)
Mutual labels:  scss
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-8.47%)
Mutual labels:  scss
Generator Baukasten
Awesome!
Stars: ✭ 50 (-15.25%)
Mutual labels:  scss
Incontent
Image content with description building with CSS3 and SASS/LESS.
Stars: ✭ 58 (-1.69%)
Mutual labels:  scss
Grav Theme Antimatter
Grav Antimatter Theme
Stars: ✭ 54 (-8.47%)
Mutual labels:  scss
Zeva
a modern and minimalist ui framework for building responsive and modern frontends
Stars: ✭ 57 (-3.39%)
Mutual labels:  scss
Twitter Blog Vue
vue+golang模仿twitter风格写一个自己的博客💪
Stars: ✭ 53 (-10.17%)
Mutual labels:  scss
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-8.47%)
Mutual labels:  scss
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-6.78%)
Mutual labels:  scss
Xp.css
A CSS framework for building faithful recreations of operating system GUIs.
Stars: ✭ 1,061 (+1698.31%)
Mutual labels:  scss
Genesis Starter Theme
This repo is no longer maintained. The starter theme can now be found at:
Stars: ✭ 57 (-3.39%)
Mutual labels:  scss
Sassyfication
💅Library with sass mixins to speed up your css workflow.
Stars: ✭ 51 (-13.56%)
Mutual labels:  scss
Jekyll Assets
🎨 Asset pipelines for Jekyll.
Stars: ✭ 1,083 (+1735.59%)
Mutual labels:  scss
Next React Graphql Apollo boostrap
React + GraphQL + Next.js project architecture that I play with right now
Stars: ✭ 59 (+0%)
Mutual labels:  scss
Openshift Origin Design
Design repository for all things OpenShift
Stars: ✭ 58 (-1.69%)
Mutual labels:  scss
Rebirth
A Beautiful And Powerful Ghost Theme
Stars: ✭ 56 (-5.08%)
Mutual labels:  scss

Rizzo Next

Rizzo next is the evolution of Lonely Planet’s pattern library.

The idea of a pattern library such as Rizzo is to have common grounds between design and development. Pull out patterns from the design and implement them in a re-usable fashion across projects.

This repository contains common styles, and components as well as performance data, and unit tests.

NPM Tasks

npm test # Run unit tests
npm run lint # Lint code

Test

Run all the tests with…

npm test

To use watch mode…

npm run ci

Linting

Linting will be done locally before you commit via a pre-commit hook.

SCSS Linting

  1. Install scss_lint gem
  2. Run npm install to install new dependencies
  3. Write your SCSS to conform with the rules in .scss-lint.yml (a proper styleguide will follow); view linters documentation
  4. Check your code; manually by running npm run scsslint or automatically via the precommit hook when you git commit

Contributing

Please read the guidelines for contributing before making a pull request.

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].