mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
vendor prefixes
This commit is contained in:
parent
4050d828bc
commit
765853e00c
1 changed files with 16 additions and 1 deletions
17
include/thirdparty/Bootstrap5/VP-MIXINS.md
vendored
17
include/thirdparty/Bootstrap5/VP-MIXINS.md
vendored
|
@ -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 -
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue