Browse Source

Friendly Business: Fixes build tool `:focus-within` errors and updates npm dependencies

- Removes some occurences of bad auto-prefixing selectors
Allan Cole 6 years ago
parent
commit
364f57dd8c

File diff suppressed because it is too large
+ 694 - 131
friendly-business/package-lock.json


+ 5 - 6
friendly-business/package.json

@@ -7,13 +7,12 @@
   },
   },
   "homepage": "https://github.com/WordPress/twentynineteen#readme",
   "homepage": "https://github.com/WordPress/twentynineteen#readme",
   "devDependencies": {
   "devDependencies": {
-    "@wordpress/browserslist-config": "^2.2.2",
-    "autoprefixer": "^9.1.5",
-    "chokidar-cli": "^1.2.1",
-    "node-sass": "^4.9.3",
+    "@wordpress/browserslist-config": "^2.3.0",
+    "autoprefixer": "^9.5.0",
+    "chokidar-cli": "^1.2.2",
+    "node-sass": "^4.11.0",
     "npm-run-all": "^4.1.5",
     "npm-run-all": "^4.1.5",
-    "postcss-cli": "^6.0.1",
-    "postcss-focus-within": "^3.0.0",
+    "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"
     "rtlcss": "^2.4.0"
   },
   },
   "rtlcssConfig": {
   "rtlcssConfig": {

+ 0 - 8
friendly-business/postcss.config.js

@@ -1,13 +1,5 @@
-var postcssFocusWithin = require('postcss-focus-within');
-
 module.exports = {
 module.exports = {
     plugins: {
     plugins: {
         autoprefixer: {}
         autoprefixer: {}
     }
     }
 };
 };
-
-module.exports = {
-    plugins: [
-        postcssFocusWithin(/* pluginOptions */)
-    ]
-};

+ 2 - 1
friendly-business/print.css

@@ -143,7 +143,8 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
     position: relative;
     position: relative;
     height: initial;
     height: initial;
     width: initial;
     width: initial;
-    object-fit: none;
+    -o-object-fit: none;
+       object-fit: none;
     min-width: 0;
     min-width: 0;
     min-height: 0;
     min-height: 0;
     max-width: 100%;
     max-width: 100%;

+ 3 - 1
friendly-business/style-editor.css

@@ -417,7 +417,9 @@ figcaption,
 .wp-block-pullquote blockquote {
 .wp-block-pullquote blockquote {
   margin-top: calc(3 * 1rem);
   margin-top: calc(3 * 1rem);
   margin-bottom: calc(3.33 * 1rem);
   margin-bottom: calc(3.33 * 1rem);
-  hyphens: auto;
+  -webkit-hyphens: auto;
+      -ms-hyphens: auto;
+          hyphens: auto;
   word-break: break-word;
   word-break: break-word;
 }
 }
 
 

+ 26 - 18
friendly-business/style-rtl.css

@@ -137,7 +137,8 @@ abbr[title] {
   /* 1 */
   /* 1 */
   text-decoration: underline;
   text-decoration: underline;
   /* 2 */
   /* 2 */
-  text-decoration: underline dotted;
+  -webkit-text-decoration: underline dotted;
+          text-decoration: underline dotted;
   /* 2 */
   /* 2 */
 }
 }
 
 
@@ -568,14 +569,18 @@ h6 {
 .error-404 .page-title,
 .error-404 .page-title,
 .comments-title,
 .comments-title,
 blockquote {
 blockquote {
-  hyphens: auto;
+  -webkit-hyphens: auto;
+      -ms-hyphens: auto;
+          hyphens: auto;
   word-break: break-word;
   word-break: break-word;
 }
 }
 
 
 /* Do not hyphenate entry title on tablet view and bigger. */
 /* Do not hyphenate entry title on tablet view and bigger. */
 @media only screen and (min-width: 768px) {
 @media only screen and (min-width: 768px) {
   .entry-title {
   .entry-title {
-    hyphens: none;
+    -webkit-hyphens: none;
+        -ms-hyphens: none;
+            hyphens: none;
   }
   }
 }
 }
 
 
@@ -727,10 +732,6 @@ html {
   box-sizing: border-box;
   box-sizing: border-box;
 }
 }
 
 
-::-moz-selection {
-  background-color: #c7d6c8;
-}
-
 ::selection {
 ::selection {
   background-color: #c7d6c8;
   background-color: #c7d6c8;
 }
 }
@@ -1272,6 +1273,8 @@ body.page .main-navigation {
     left: 0;
     left: 0;
     right: auto;
     right: auto;
     display: block;
     display: block;
+    width: -webkit-max-content;
+    width: -moz-max-content;
     width: max-content;
     width: max-content;
   }
   }
 }
 }
@@ -1358,6 +1361,8 @@ body.page .main-navigation {
     left: 0;
     left: 0;
     right: auto;
     right: auto;
     display: table;
     display: table;
+    width: -webkit-max-content;
+    width: -moz-max-content;
     width: max-content;
     width: max-content;
   }
   }
 }
 }
@@ -1613,7 +1618,10 @@ body.page .main-navigation {
 
 
 .post-navigation .nav-links a .meta-nav {
 .post-navigation .nav-links a .meta-nav {
   color: #0d1b24;
   color: #0d1b24;
-  user-select: none;
+  -webkit-user-select: none;
+     -moz-user-select: none;
+      -ms-user-select: none;
+          user-select: none;
 }
 }
 
 
 .post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
 .post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
@@ -1625,7 +1633,9 @@ body.page .main-navigation {
 }
 }
 
 
 .post-navigation .nav-links a .post-title {
 .post-navigation .nav-links a .post-title {
-  hyphens: auto;
+  -webkit-hyphens: auto;
+      -ms-hyphens: auto;
+          hyphens: auto;
 }
 }
 
 
 .post-navigation .nav-links a:hover {
 .post-navigation .nav-links a:hover {
@@ -1751,7 +1761,8 @@ body.page .main-navigation {
 .screen-reader-text {
 .screen-reader-text {
   border: 0;
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   clip: rect(1px, 1px, 1px, 1px);
-  clip-path: inset(50%);
+  -webkit-clip-path: inset(50%);
+          clip-path: inset(50%);
   height: 1px;
   height: 1px;
   margin: -1px;
   margin: -1px;
   overflow: hidden;
   overflow: hidden;
@@ -1767,7 +1778,8 @@ body.page .main-navigation {
   border-radius: 3px;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   clip: auto !important;
-  clip-path: none;
+  -webkit-clip-path: none;
+          clip-path: none;
   color: #21759b;
   color: #21759b;
   display: block;
   display: block;
   font-size: 14px;
   font-size: 14px;
@@ -2044,7 +2056,6 @@ body.page .main-navigation {
 .site-header.featured-image .social-navigation svg,
 .site-header.featured-image .social-navigation svg,
 .site-header.featured-image .site-featured-image svg {
 .site-header.featured-image .site-featured-image svg {
   /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
   /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
-  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
   filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
   filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
 }
 }
 
 
@@ -2066,11 +2077,12 @@ body.page .main-navigation {
   /* When image filters are active, make it grayscale to colorize it blue. */
   /* When image filters are active, make it grayscale to colorize it blue. */
 }
 }
 
 
-@supports (object-fit: cover) {
+@supports ((-o-object-fit: cover) or (object-fit: cover)) {
   .site-header.featured-image .site-featured-image .post-thumbnail img {
   .site-header.featured-image .site-featured-image .post-thumbnail img {
     height: 100%;
     height: 100%;
     right: 0;
     right: 0;
-    object-fit: cover;
+    -o-object-fit: cover;
+       object-fit: cover;
     top: 0;
     top: 0;
     transform: none;
     transform: none;
     width: 100%;
     width: 100%;
@@ -2240,10 +2252,6 @@ body.page .main-navigation {
   }
   }
 }
 }
 
 
-.site-header.featured-image ::-moz-selection {
-  background: rgba(255, 253, 246, 0.17);
-}
-
 .site-header.featured-image ::selection {
 .site-header.featured-image ::selection {
   background: rgba(255, 253, 246, 0.17);
   background: rgba(255, 253, 246, 0.17);
 }
 }

+ 26 - 86
friendly-business/style.css

@@ -137,7 +137,8 @@ abbr[title] {
   /* 1 */
   /* 1 */
   text-decoration: underline;
   text-decoration: underline;
   /* 2 */
   /* 2 */
-  text-decoration: underline dotted;
+  -webkit-text-decoration: underline dotted;
+          text-decoration: underline dotted;
   /* 2 */
   /* 2 */
 }
 }
 
 
@@ -568,14 +569,18 @@ h6 {
 .error-404 .page-title,
 .error-404 .page-title,
 .comments-title,
 .comments-title,
 blockquote {
 blockquote {
-  hyphens: auto;
+  -webkit-hyphens: auto;
+      -ms-hyphens: auto;
+          hyphens: auto;
   word-break: break-word;
   word-break: break-word;
 }
 }
 
 
 /* Do not hyphenate entry title on tablet view and bigger. */
 /* Do not hyphenate entry title on tablet view and bigger. */
 @media only screen and (min-width: 768px) {
 @media only screen and (min-width: 768px) {
   .entry-title {
   .entry-title {
-    hyphens: none;
+    -webkit-hyphens: none;
+        -ms-hyphens: none;
+            hyphens: none;
   }
   }
 }
 }
 
 
@@ -727,10 +732,6 @@ html {
   box-sizing: border-box;
   box-sizing: border-box;
 }
 }
 
 
-::-moz-selection {
-  background-color: #c7d6c8;
-}
-
 ::selection {
 ::selection {
   background-color: #c7d6c8;
   background-color: #c7d6c8;
 }
 }
@@ -1231,17 +1232,6 @@ body.page .main-navigation {
   margin-right: calc( .25 * 1rem);
   margin-right: calc( .25 * 1rem);
 }
 }
 
 
-.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu {
-  display: block;
-  left: 0;
-  margin-top: 0;
-  opacity: 1;
-  width: auto;
-  min-width: 100%;
-  /* Non-mobile position */
-  /* Nested sub-menu dashes */
-}
-
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
   display: block;
   display: block;
   left: 0;
   left: 0;
@@ -1254,21 +1244,6 @@ body.page .main-navigation {
 }
 }
 
 
 @media only screen and (min-width: 768px) {
 @media only screen and (min-width: 768px) {
-  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu {
-    display: block;
-    margin-top: 0;
-    opacity: 1;
-    position: absolute;
-    left: 0;
-    right: auto;
-    top: auto;
-    bottom: auto;
-    height: auto;
-    min-width: -moz-max-content;
-    min-width: -webkit-max-content;
-    min-width: max-content;
-    transform: none;
-  }
   .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
   .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
     display: block;
     display: block;
     margin-top: 0;
     margin-top: 0;
@@ -1286,13 +1261,6 @@ body.page .main-navigation {
   }
   }
 }
 }
 
 
-.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu.hidden-links {
-  left: 0;
-  width: 100%;
-  display: table;
-  position: absolute;
-}
-
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
   left: 0;
   left: 0;
   width: 100%;
   width: 100%;
@@ -1301,38 +1269,20 @@ body.page .main-navigation {
 }
 }
 
 
 @media only screen and (min-width: 768px) {
 @media only screen and (min-width: 768px) {
-  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu.hidden-links {
-    right: 0;
-    left: auto;
-    display: block;
-    width: max-content;
-  }
   .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
   .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
     right: 0;
     right: 0;
     left: auto;
     left: auto;
     display: block;
     display: block;
+    width: -webkit-max-content;
+    width: -moz-max-content;
     width: max-content;
     width: max-content;
   }
   }
 }
 }
 
 
-.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .submenu-expand {
-  display: none;
-}
-
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .submenu-expand {
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .submenu-expand {
   display: none;
   display: none;
 }
 }
 
 
-.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
-  display: block;
-  margin-top: inherit;
-  position: relative;
-  width: 100%;
-  left: 0;
-  opacity: 1;
-  /* Non-mobile position */
-}
-
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
   display: block;
   display: block;
   margin-top: inherit;
   margin-top: inherit;
@@ -1344,31 +1294,16 @@ body.page .main-navigation {
 }
 }
 
 
 @media only screen and (min-width: 768px) {
 @media only screen and (min-width: 768px) {
-  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
-    float: none;
-    max-width: 100%;
-  }
   .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
   .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
     float: none;
     float: none;
     max-width: 100%;
     max-width: 100%;
   }
   }
 }
 }
 
 
-.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
-  counter-reset: submenu;
-}
-
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
   counter-reset: submenu;
   counter-reset: submenu;
 }
 }
 
 
-.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu > li > a::before {
-  font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
-  font-weight: normal;
-  content: "– " counters(submenu, "– ", none);
-  counter-increment: submenu;
-}
-
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
 .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
   font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
   font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
   font-weight: normal;
   font-weight: normal;
@@ -1426,6 +1361,8 @@ body.page .main-navigation {
     right: 0;
     right: 0;
     left: auto;
     left: auto;
     display: table;
     display: table;
+    width: -webkit-max-content;
+    width: -moz-max-content;
     width: max-content;
     width: max-content;
   }
   }
 }
 }
@@ -1681,7 +1618,10 @@ body.page .main-navigation {
 
 
 .post-navigation .nav-links a .meta-nav {
 .post-navigation .nav-links a .meta-nav {
   color: #0d1b24;
   color: #0d1b24;
-  user-select: none;
+  -webkit-user-select: none;
+     -moz-user-select: none;
+      -ms-user-select: none;
+          user-select: none;
 }
 }
 
 
 .post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
 .post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
@@ -1693,7 +1633,9 @@ body.page .main-navigation {
 }
 }
 
 
 .post-navigation .nav-links a .post-title {
 .post-navigation .nav-links a .post-title {
-  hyphens: auto;
+  -webkit-hyphens: auto;
+      -ms-hyphens: auto;
+          hyphens: auto;
 }
 }
 
 
 .post-navigation .nav-links a:hover {
 .post-navigation .nav-links a:hover {
@@ -1819,7 +1761,8 @@ body.page .main-navigation {
 .screen-reader-text {
 .screen-reader-text {
   border: 0;
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   clip: rect(1px, 1px, 1px, 1px);
-  clip-path: inset(50%);
+  -webkit-clip-path: inset(50%);
+          clip-path: inset(50%);
   height: 1px;
   height: 1px;
   margin: -1px;
   margin: -1px;
   overflow: hidden;
   overflow: hidden;
@@ -1835,7 +1778,8 @@ body.page .main-navigation {
   border-radius: 3px;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   clip: auto !important;
-  clip-path: none;
+  -webkit-clip-path: none;
+          clip-path: none;
   color: #21759b;
   color: #21759b;
   display: block;
   display: block;
   font-size: 14px;
   font-size: 14px;
@@ -2118,7 +2062,6 @@ body.page .main-navigation {
 .site-header.featured-image .social-navigation svg,
 .site-header.featured-image .social-navigation svg,
 .site-header.featured-image .site-featured-image svg {
 .site-header.featured-image .site-featured-image svg {
   /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
   /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
-  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
   filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
   filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
 }
 }
 
 
@@ -2140,11 +2083,12 @@ body.page .main-navigation {
   /* When image filters are active, make it grayscale to colorize it blue. */
   /* When image filters are active, make it grayscale to colorize it blue. */
 }
 }
 
 
-@supports (object-fit: cover) {
+@supports ((-o-object-fit: cover) or (object-fit: cover)) {
   .site-header.featured-image .site-featured-image .post-thumbnail img {
   .site-header.featured-image .site-featured-image .post-thumbnail img {
     height: 100%;
     height: 100%;
     left: 0;
     left: 0;
-    object-fit: cover;
+    -o-object-fit: cover;
+       object-fit: cover;
     top: 0;
     top: 0;
     transform: none;
     transform: none;
     width: 100%;
     width: 100%;
@@ -2314,10 +2258,6 @@ body.page .main-navigation {
   }
   }
 }
 }
 
 
-.site-header.featured-image ::-moz-selection {
-  background: rgba(255, 253, 246, 0.17);
-}
-
 .site-header.featured-image ::selection {
 .site-header.featured-image ::selection {
   background: rgba(255, 253, 246, 0.17);
   background: rgba(255, 253, 246, 0.17);
 }
 }

Some files were not shown because too many files changed in this diff