From 01b94eeba68bda667929a8eb04e956110723a315 Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Fri, 15 Dec 2017 16:15:14 +0100 Subject: [PATCH 1/4] 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 0e180613eaecd841679a2a08f4b91062a5868955 Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Fri, 15 Dec 2017 16:25:13 +0100 Subject: [PATCH 2/4] 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 4cac25de82dcf1b36eec8a3ea7451632f4407fbb Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Sat, 16 Dec 2017 15:05:16 +0100 Subject: [PATCH 3/4] 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 1cfdbb70b6885126021330ad368c625b633c6a13 Mon Sep 17 00:00:00 2001 From: rhyneav Date: Sat, 16 Dec 2017 09:06:50 -0500 Subject: [PATCH 4/4] 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: