Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[www] Starters: Fix case according to vendor name definition #3903

Merged
merged 1 commit into from
Feb 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/docs/gatsby-starters.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Community:
Features:

* React-MD for Material design
* SASS/SCSS
* Sass/SCSS
* Tags
* Categories
* Google Analytics
Expand Down Expand Up @@ -147,16 +147,16 @@ Community:

* Barebones configuration for using the [Grommet](https://grommet.github.io/)
design system
* Uses SASS (with CSS modules support)
* Uses Sass (with CSS modules support)

* [gatsby-starter-basic](https://github.com/PrototypeInteractive/gatsby-react-boilerplate)
[(demo)](https://prototypeinteractive.github.io/gatsby-react-boilerplate/)

Features:

* Basic configuration and folder structure
* Uses postcss and sass (with autoprefixer and pixrem)
* Uses bootstrap 4 grid
* Uses PostCSS and Sass (with autoprefixer and pixrem)
* Uses Bootstrap 4 grid
* Leaves the styling to you
* Uses data from local json files
* Contains Node.js server code for easy, secure, and fast hosting
Expand Down Expand Up @@ -247,7 +247,7 @@ Community:
* Very similar to
[gatsby-starter-netlify-cms](https://github.com/AustinGreen/gatsby-starter-netlify-cms),
slightly more configurable (eg set site-title in `gatsby-config`) with
bootstrap/bootswatch instead of bulma
Bootstrap/Bootswatch instead of bulma

* [open-crowd-fund](https://github.com/rwieruch/open-crowd-fund)
[(demo)](https://www.roadtolearnreact.com/)
Expand Down Expand Up @@ -383,7 +383,7 @@ Community:
* Lost Grid.
* Beautiful typography inspired by [matejlatin/Gutenberg](https://github.com/matejlatin/Gutenberg).
* [Mobile-First](https://medium.com/@mrmrs_/mobile-first-css-48bc4cc3f60f) approach in development.
* Stylesheet built using SASS and [BEM](http://getbem.com/naming/)-Style naming.
* Stylesheet built using Sass and [BEM](http://getbem.com/naming/)-Style naming.
* Syntax highlighting in code blocks.
* Sidebar menu built using a configuration block.
* Archive organized by tags and categories.
Expand Down