From 86f27d6121a04d36e886751602923ed5c30fd7de Mon Sep 17 00:00:00 2001 From: Afzal Sayed Date: Sat, 16 Dec 2017 00:17:03 +0530 Subject: [PATCH 1/5] shouts outs? shouts out? shout out? Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a5aa8..1e9225d 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,4 @@ If you are new to Git or Less, this would be a great project to get your feet we Code and documentation under [ISC license](https://github.com/papercss/papercss/blob/master/licenseāˆ). -Shouts outs to Tiffany Rayside for creating Imperfect Buttons, which was an inspiration for this project. https://codepen.io/tmrDevelops/pen/VeRvKX +Shout out to Tiffany Rayside for creating Imperfect Buttons, which was an inspiration for this project. https://codepen.io/tmrDevelops/pen/VeRvKX From abb85a30923f7b4f6375012afb9902b1b912c0d1 Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Fri, 15 Dec 2017 16:15:14 +0100 Subject: [PATCH 2/5] Fixed imports in models.less which breaks the gulp build --- src/modals.less | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/modals.less b/src/modals.less index fbd66cb..efb03d0 100644 --- a/src/modals.less +++ b/src/modals.less @@ -1,3 +1,7 @@ +@import './colors.less'; +@import './container.less'; +@import './utilities.less'; + .translate(@x; @y) { -webkit-transform: translate(@x, @y); -ms-transform: translate(@x, @y); @@ -15,24 +19,24 @@ } .modal{ - + &:before{ - content: ""; + content: ""; display: none; background: rgba(0,0,0,.6); position: fixed; - top: 0; left: 0; right: 0; bottom: 0; + top: 0; left: 0; right: 0; bottom: 0; z-index: 10; } &:target{ - + &:before{ display: flex; - } + } .modal-body{ - .translate(0, 0); - top: 20%; + .translate(0, 0); + top: 20%; } } @@ -65,7 +69,7 @@ &:hover{ color: @muted; } - + } .modal-title, h4 { From fd54a854bdf7be6afb0421ac4406da26bd86606b Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Fri, 15 Dec 2017 16:25:13 +0100 Subject: [PATCH 3/5] Bump npm version + description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3d31a52..36b50bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "papercss", - "version": "1.3.0", - "description": "Another CSS framework", + "version": "1.3.1", + "description": "The less formal CSS framework.", "main": "index.js", "scripts": { "start": "node node_modules/gulp/bin/gulp.js", From 14ec027b0728513aef192b89f79677bb6e7940c7 Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Sat, 16 Dec 2017 15:05:16 +0100 Subject: [PATCH 4/5] Remove some unused code as @afzalsayed96 said in #117 --- src/modals.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modals.less b/src/modals.less index efb03d0..27d0224 100644 --- a/src/modals.less +++ b/src/modals.less @@ -7,10 +7,6 @@ -ms-transform: translate(@x, @y); transform: translate(@x, @y); } -.transition(@transition) { - -webkit-transition: @transition; - transition: @transition; -} .transition-transform(@transition) { -webkit-transition: -webkit-transform @transition; -moz-transition: -moz-transform @transition; From 308b870e7b138a76b7cd4a95abd146e6722e4f09 Mon Sep 17 00:00:00 2001 From: rhyneav Date: Sat, 16 Dec 2017 09:06:50 -0500 Subject: [PATCH 5/5] Update version number in docs for 1.3.1 --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 4eb2837..e3ef9b9 100644 --- a/index.html +++ b/index.html @@ -1264,14 +1264,14 @@

Download and Link

Download

-

Download the latest version (1.3.0) using either of the links below. Or download an older release via Github.

+

Download the latest version (1.3.1) using either of the links below. Or download an older release via Github.

NPM

-

PaperCSS is now available on NPM as of version 1.3.0. Install with npm install papercss --save and find the CSS in:

+

PaperCSS is now available on NPM as of version 1.3.1. Install with npm install papercss --save and find the CSS in: