From 51a823ffe8f965e3e771fccec19979322c977267 Mon Sep 17 00:00:00 2001 From: Abhilipsa Sahoo <80174214+abhilipsasahoo03@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:07:21 +0530 Subject: [PATCH 1/3] Update lists.pug --- src/templates/lists.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/lists.pug b/src/templates/lists.pug index 6c91247..ff3b5e8 100644 --- a/src/templates/lists.pug +++ b/src/templates/lists.pug @@ -4,19 +4,19 @@ section.container#lists h3.title | Lists p.description - | The List is a very versatile and common way to display items. Milligram has three types of lists: The unordered list use + | The List is a very versatile and common way to display items. Milligram has three types of lists: The unordered list uses = ' ' code ul = ' ' - | element will be marked with a outline circles, the ordered list use + | element and your items will be marked with outline circles, the ordered list uses = ' ' code ol = ' ' - | element and your items will be marked with numbers, the description list use + | element and your items will be marked with numbers, the description list uses = ' ' code dl = ' ' - | element and your items will not be marking, only spacings. + | element and your items will not be marked, rather indented with space. div.example div.row div.column From a3f736ac3a06e3b849dc25fa95f476207ccb87fb Mon Sep 17 00:00:00 2001 From: Abhilipsa Sahoo <80174214+abhilipsasahoo03@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:17:54 +0530 Subject: [PATCH 2/3] Update tips.pug --- src/templates/tips.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/tips.pug b/src/templates/tips.pug index a83ef23..17d6ddd 100644 --- a/src/templates/tips.pug +++ b/src/templates/tips.pug @@ -79,7 +79,7 @@ section.container#tips p strong Extending The Inheritances p - | The style of an element can be defined in several different locations, which interact in a complex way. It is this form of interaction makes CSS powerful, but it can make it confusing and difficult to debug. + | The style of an element can be defined in several different locations, which interact in a complex way. It is this form of interaction that makes CSS powerful, but it can also make it confusing and difficult to debug. div.example div.row div.column From 239dea74cb7b1afe1cee9fa7034f3c7a11840d1c Mon Sep 17 00:00:00 2001 From: Abhilipsa Sahoo Date: Sat, 12 Feb 2022 19:09:46 +0530 Subject: [PATCH 3/3] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c6a8293..fdaea8d 100755 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ [![Travis Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram?branch=master) [![AppVeyor Status](https://ci.appveyor.com/api/projects/status/xcm8meymwerq0r82?svg=true)](https://ci.appveyor.com/project/cjpatoilo/milligram) [![Codacy Status](https://img.shields.io/codacy/grade/848fb4bd6902434fab0bcfb5461284fe/master.svg)](https://www.codacy.com/app/milligram/milligram/dashboard) -[![Dependencies Status](https://david-dm.org/milligram/milligram.svg)](https://david-dm.org/milligram/milligram) +[![Dependencies Status](https://img.shields.io/librariesio/github/milligram/milligram.github.io)](https://david-dm.org/milligram/milligram) [![Version Status](https://badge.fury.io/js/milligram.svg)](https://www.npmjs.com/package/milligram) [![Download Status](https://img.shields.io/npm/dt/milligram.svg)](https://www.npmjs.com/package/milligram) [![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram)