From 8427f5b0f191e2c2b735c45c55845e2e83632ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20B=C4=B1y=C4=B1k?= Date: Sun, 14 Jun 2020 14:46:35 +0300 Subject: [PATCH 1/4] =?UTF-8?q?=E2=8F=ABUpdate=20UIKit=203.1.6=20to=203.5.?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snippets/snippets.code-snippets | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/snippets/snippets.code-snippets b/snippets/snippets.code-snippets index 75295f1..75e712c 100644 --- a/snippets/snippets.code-snippets +++ b/snippets/snippets.code-snippets @@ -13,8 +13,8 @@ "\t", "\t", "\t\t$0", - "\r\t\t", - "\t\t", + "\r\t\t", + "\t\t", "\t", "" ], @@ -23,23 +23,23 @@ "snippet-uk-$-css-import": { "prefix": "uk-$-css-import", "body": [ - "" + "" ], "description": "Imports a chosen minified css file for UIKit" }, "snippet-uk-$-js-import": { "prefix": "uk-$-js-import", "body": [ - "", - "" + "", + "" ], "description": "Imports the default minified scripts for UIKit" }, "snippet-uk-$-js-component-import": { "prefix": "uk-$-js-component-import", "body": [ - "", - "" + "", + "" ], "description": "Imports a selected js component file for UIKit" }, From c678917f5797b1ef38ad9e6fd5ecca52fd8eab8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20B=C4=B1y=C4=B1k?= Date: Sun, 14 Jun 2020 15:37:29 +0300 Subject: [PATCH 2/4] =?UTF-8?q?=E2=AC=86=20Update=20CSS=20to=203.5.4=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forgot about that --- snippets/snippets.code-snippets | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/snippets/snippets.code-snippets b/snippets/snippets.code-snippets index 75e712c..cd13d09 100644 --- a/snippets/snippets.code-snippets +++ b/snippets/snippets.code-snippets @@ -8,7 +8,7 @@ "\t\t$2", "\t\t", "\t\t", - "\t\t", + "\t\t", "\t\t", "\t", "\t", @@ -3135,6 +3135,11 @@ "body": [""], "description": "Modifies the width of a table column" }, + "snippet-uk-font-weight": { + "prefix": "uk-font-weight", + "body": ["class=\"uk-text-${0|light,lighter,normal,bold,bolder|}\""], + "description": "Modifies font weight" + }, "snippet-uk-text-lead": { "prefix": "uk-text-lead", "body": [" class=\"uk-text-lead\" "], @@ -3145,16 +3150,16 @@ "body": [" class=\"uk-text-meta\" "], "description": "[Class] Text class for paragraphs with meta data about an article or similar" }, + "snippet-uk-text-italic": { + "prefix": "uk-text-italic", + "body": [" class=\"uk-text-italic\" "], + "description": "[Class] Creates italic text" + }, "snippet-uk-text-size": { "prefix": "uk-text-size", "body": [" class=\"uk-text-${0|small,large|}\" "], "description": "[Class] Modifies the font size of text" }, - "snippet-uk-text-bold": { - "prefix": "uk-text-bold", - "body": [" class=\"uk-text-bold}\" "], - "description": "[Class] Creates bold text" - }, "snippet-uk-text-transform": { "prefix": "uk-text-transform", "body": [" class=\"uk-text-${0|uppercase,capitalize,lowercase|}\" "], From e5b4b69ad9f4278ea156771ade1c5d550eda6a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20B=C4=B1y=C4=B1k?= Date: Sun, 14 Jun 2020 15:47:14 +0300 Subject: [PATCH 3/4] =?UTF-8?q?=E2=9D=8C=20Deleted=20integrity=20attribute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was interestingly disturbing grid elements --- snippets/snippets.code-snippets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/snippets.code-snippets b/snippets/snippets.code-snippets index cd13d09..6924793 100644 --- a/snippets/snippets.code-snippets +++ b/snippets/snippets.code-snippets @@ -13,8 +13,8 @@ "\t", "\t", "\t\t$0", - "\r\t\t", - "\t\t", + "\r\t\t", + "\t\t", "\t", "" ], @@ -30,8 +30,8 @@ "snippet-uk-$-js-import": { "prefix": "uk-$-js-import", "body": [ - "", - "" + "", + "" ], "description": "Imports the default minified scripts for UIKit" }, From 72f2bc32e03b372d3464828529e4590e0eb97f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20B=C4=B1y=C4=B1k?= Date: Sun, 14 Jun 2020 18:53:10 +0300 Subject: [PATCH 4/4] =?UTF-8?q?=E2=8F=AB=20Update=20SRI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added integrity attribute again --- snippets/snippets.code-snippets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/snippets.code-snippets b/snippets/snippets.code-snippets index 6924793..807a2f4 100644 --- a/snippets/snippets.code-snippets +++ b/snippets/snippets.code-snippets @@ -13,8 +13,8 @@ "\t", "\t", "\t\t$0", - "\r\t\t", - "\t\t", + "\r\t\t", + "\t\t", "\t", "" ], @@ -30,8 +30,8 @@ "snippet-uk-$-js-import": { "prefix": "uk-$-js-import", "body": [ - "", - "" + "", + "" ], "description": "Imports the default minified scripts for UIKit" },