From 765853e00c3aa5e6eac2be6bfc97dd414709ba30 Mon Sep 17 00:00:00 2001 From: gtbu <30436307+gtbu@users.noreply.github.com> Date: Sat, 1 Apr 2023 18:34:17 +0200 Subject: [PATCH] vendor prefixes --- include/thirdparty/Bootstrap5/VP-MIXINS.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/include/thirdparty/Bootstrap5/VP-MIXINS.md b/include/thirdparty/Bootstrap5/VP-MIXINS.md index b6bc460..c3e78ff 100644 --- a/include/thirdparty/Bootstrap5/VP-MIXINS.md +++ b/include/thirdparty/Bootstrap5/VP-MIXINS.md @@ -1,2 +1,17 @@ -/* Scssphp 1.21 cant compile bootstrap 5. +/* Scssphp 1.2.1 cant compile bootstrap 5 - scss. + Untested and incomplete vp-mixins for 5.1 are at https://gist.github.com/anschaef/09c5426ce1619b381b9c4297a6fc0914 */ + +*** The other problem are the vendor-prefixes. Autoprefixer is based at node.js - and CssCrush is rather undocumented and needs adaptions for Typesetter. + +In the web are several old sources for vendor.prefixes for sass : + +* https://raw.githubusercontent.com/Aloge/sass-prefixer/master/_sass-prefixer.scss +* https://gist.github.com/juliocesar/8105794 +* https://gist.github.com/raksa/fa61d5e5f7abbea515d7701be6b79dd5 +* https://andycrone.com/thoughts/current-list-sass-mixins-vendor-prefixes +* https://codepen.io/juanbrujo/pen/VwwXGa + +So i will wait for bootstrap 5.3 - + +