Skip to content

Commit 3931fec

Browse files
authored
[www] Starters: Fix case according to vendor name definition (#3903)
* http://getbootstrap.com/ * http://postcss.org/ * https://sass-lang.com/ * https://bootswatch.com/
1 parent 82f7643 commit 3931fec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/docs/gatsby-starters.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Community:
4646
Features:
4747

4848
* React-MD for Material design
49-
* SASS/SCSS
49+
* Sass/SCSS
5050
* Tags
5151
* Categories
5252
* Google Analytics
@@ -147,16 +147,16 @@ Community:
147147

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

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

155155
Features:
156156

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

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

0 commit comments

Comments
 (0)