[Pkg-sass-devel] Bug#996032: compass-blueprint-plugin: contains ruby functions
Jonas Smedegaard
dr at jones.dk
Sun Oct 10 17:48:07 BST 2021
Package: compass-blueprint-plugin
Version: 1.0.0-4
Severity: grave
Justification: renders package unusable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
The Blueprint stylesheets contain functions implemented in Ruby and
only loaded when used together with Compass.
Compass is dead upstream, and dropped from Debian.
These stylesheets are still useful and valuable with contemporary
Sass implementations if those few functions are re-implemented:
This:
#{enumerate(".pull", 1, $blueprint-grid-columns)} { ... }
can be replaced by the combination of this once:
%pull-base {
and this for each use:
@extend %pull-base;
when used only at one place, which is the case for these stylesheets.
This:
#{headers(all)} { ... }
can be replaced by this:
h1, h2, h3, h4, h5, h6 { ... }
This:
#{elements-of-type(html5-block)} { ... }
can be replaced by this:
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { ... }
- Jonas
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmFjGUQACgkQLHwxRsGg
ASE3tRAAmgKWZodOn8pGvlDZtWCIT7/29/oLs9NST3FIoWTJDg5tcvZF3u991RWg
UR+vkhI4mIqOhN/Eg4jpM38dghf6G1PxabQIrkKkC5CnaeAI3lojp+33Y7drBU1F
1wdAs30vtYWu6/yfBYXoMDY0JbFFeskvTrxcjBwVVmAbTEAHVHKpfvplyuKZZNjc
gcdS+LwCJ85DOoYH7jydsi/ybFMxOBBOhb/+5rgJbpL1oJfvpYx4bwEYRRv4PVl6
Cr2xp31bwqKD2BCTCxlmlmQK5WrbOqnOh34s+DRjLBGp2txcwMw13otcV9dswW4s
PBIavvqbS7IswevMyWgCkpS8bOBh5SES6wNzUI/rk/oMOS8p3z0yFKcgb4Xu06Rg
6FuCr7LGb24D9Wct6USacu1kAAoBtbxQatadt6r+2ElShSfPUMVKZWGFKxkiKqt2
7+TK370GGn5az3ws4qeou4Y63C0Pv8Q7YUGLYgdOirV5kfO4VzXkPA0NYGtajnc2
/sCx5re762EVt6n8iRHp/GkIIbpxHSL+0U3HAGrlpr0AAtAAxw0Fo2/SKXJiuEW5
uQ9mVvueF498EmyZ7W9lbHN56b4QIsyXkadJQOJ64+Vt6C/16XNjoci8IyxL7Wk/
oKcYXXZ6p16eS9BSui5X6/uqA9S0HR7lvrcAqzqWiCsU2COqsmQ=
=Q/hN
-----END PGP SIGNATURE-----
More information about the pkg-sass-devel
mailing list