#libsass search results
We've had a brilliant lunch and learn talk from @bsuresh2 today! Introducing new ideas surrounding #libsass & #sass
We’re psyched to have @cssconfau’s @xzyfer tell us how he began contributing to #libsass! 2015.cssconf.com
Free tonight? Join the lovely @DrupalYorkshire for good chat and good beer meetu.ps/2s0c1l #node #libsass
Closed pretty much all low hanging fruit issues for #libsass today. Massive improvements for source-maps and some other gaps closed!
Released next #LibSass @SassCss update (version 3.4.9) with lots of sourcemap bugfixes. MSI installer with sassc, dll and exe-fied #perl cli with included watcher plus glob, images and math plugins (psass --help) on our @github release page. github.com/sass/libsass/r…
github.com
Release Vanquish · sass/libsass
This release backports bugfixes and improvements from master to libsass 3.4. Release was tested with valgrind against all spec-tests to be free of (known) leaks. Fixes Fix math with multiple units...
#LibSass 3.3.0-beta1 just landed! Over 100 bugs fixed and big speed improvements! Check the changelog github.com/sass/libsass/r…
You might think #libsass is already fast, but we never really optimized it, we only got the speed C++ gives us for free. Took the weekend to optimize my latest branch for @BoltDesignSys and brought compile time from 20s (with master) to 1s. TWENTY times faster, Eureka 🏇🚁🚀
Vigilance.fr #Vulnerability of #libsass: buffer overflow via CompoundSelector::has_placeholder(). #security vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability libsass via CompoundSelector::has_placeholder() | Vigilance.fr
An attacker can trigger a buffer overflow of libsass, via CompoundSelector::has_placeholder(), in order to trigger a denial of service, and possibly to run code, identified by CVE-2022-43358.
Vigilance.fr #Vulnérabilité de #libsass : buffer overflow via CompoundSelector::has_placeholder(). #sécurité vigilance.fr/vulnerabilite/…
Vigilance.fr #Vulnerability of #libsass: buffer overflow via CompoundSelector::has_real_parent_ref(). #ITsec vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability libsass CompoundSelector::has_real_parent_ref() | Vigilance.fr
An attacker can trigger a buffer overflow of libsass, via CompoundSelector::has_real_parent_ref(), in order to trigger a denial of service, and possibly to run code, identified by CVE-2022-43357.
Vigilance.fr #Vulnérabilité de #libsass : buffer overflow via CompoundSelector::has_real_parent_ref(). #correctif vigilance.fr/vulnerabilite/…
Vigilance.fr #Vulnerability of #libsass: buffer overflow via CompoundSelector::has_real_parent_ref(). #ITsecurity vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability libsass CompoundSelector::has_real_parent_ref() | Vigilance.fr
An attacker can trigger a buffer overflow of libsass, via CompoundSelector::has_real_parent_ref(), in order to trigger a denial of service, and possibly to run code, identified by CVE-2022-26592.
Vigilance.fr #Vulnérabilité de #libsass : buffer overflow via CompoundSelector::has_real_parent_ref(). #CyberSecurite vigilance.fr/vulnerabilite/…
vigilance.fr
Vulnérabilité libsass CompoundSelector::has_real_parent_ref() | Vigilance.fr
Un attaquant peut provoquer un buffer overflow de libsass, via CompoundSelector::has_real_parent_ref(), afin de mener un déni de service, et éventuellement d'exécuter du code, identifié par CVE-202...
Vigilance.fr #Vulnerability of #libsass: buffer overflow via CompoundSelector::has_placeholder(). #security vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability libsass via CompoundSelector::has_placeholder() | Vigilance.fr
An attacker can trigger a buffer overflow of libsass, via CompoundSelector::has_placeholder(), in order to trigger a denial of service, and possibly to run code, identified by CVE-2022-43358.
Vigilance.fr #Vulnérabilité de #libsass : buffer overflow via CompoundSelector::has_placeholder(). #sécurité vigilance.fr/vulnerabilite/…
Vigilance.fr #Vulnerability of #libsass: buffer overflow via CompoundSelector::has_real_parent_ref(). #ITsec vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability libsass CompoundSelector::has_real_parent_ref() | Vigilance.fr
An attacker can trigger a buffer overflow of libsass, via CompoundSelector::has_real_parent_ref(), in order to trigger a denial of service, and possibly to run code, identified by CVE-2022-43357.
Vigilance.fr #Vulnérabilité de #libsass : buffer overflow via CompoundSelector::has_real_parent_ref(). #correctif vigilance.fr/vulnerabilite/…
Vigilance.fr #Vulnerability of #libsass: buffer overflow via CompoundSelector::has_real_parent_ref(). #ITsecurity vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability libsass CompoundSelector::has_real_parent_ref() | Vigilance.fr
An attacker can trigger a buffer overflow of libsass, via CompoundSelector::has_real_parent_ref(), in order to trigger a denial of service, and possibly to run code, identified by CVE-2022-26592.
Vigilance.fr #Vulnérabilité de #libsass : buffer overflow via CompoundSelector::has_real_parent_ref(). #CyberSecurite vigilance.fr/vulnerabilite/…
vigilance.fr
Vulnérabilité libsass CompoundSelector::has_real_parent_ref() | Vigilance.fr
Un attaquant peut provoquer un buffer overflow de libsass, via CompoundSelector::has_real_parent_ref(), afin de mener un déni de service, et éventuellement d'exécuter du code, identifié par CVE-202...
CSSの割り算の記述方法がややこしい。 LibSassとDartSassがまざる。 #CSS letter-spacinng: calc( 2em / 16 ); ※calc() #LibSass letter-spacinng: ( 2em / 16 ); ※変数でなけれあば()が必要。分母は単位なし。 #DartSass @use "sass:math"; letter-spacinng: math.div( 2em, 16 ); #Web制作
I'm getting old: back in my day #libsass was still being developed as a much faster alternative to the #ruby gem. #sass - even wrote about it marianposaceanu.com/articles/makin…
#libsass min()/max() 单位不匹配编译错误两年多的 issue 是还没修好吗?clamp() 倒没问题🤔 github.com/sass/libsass/i…
I wrote this a few weeks back, but forgot to brag about it... If you need #golang #libsass bindings. Updated with the latest LibSASS, should easy to use and cover most needs: github.com/bep/golibsass
github.com
GitHub - bep/golibsass: Easy to use Go bindings for LibSass.
Easy to use Go bindings for LibSass. Contribute to bep/golibsass development by creating an account on GitHub.
You might think #libsass is already fast, but we never really optimized it, we only got the speed C++ gives us for free. Took the weekend to optimize my latest branch for @BoltDesignSys and brought compile time from 20s (with master) to 1s. TWENTY times faster, Eureka 🏇🚁🚀
MSI Installer of latest #libsass 3.6.0 is available via libsass.ocbnet.ch/installer/ or github.com/sass/libsass/r… (see assets). Includes sassc and latest perl-libsass 3.6.0 with advanced psass cli tool (e.g. file watcher). Added new digest plugin to compute md5/base64/crc checksums.
github.com
Release Luxembourg · sass/libsass
A new minor version bump, a release new naming scheme, and new core contributor. Welcome @glebm and thank you for all your invaluable contributions to this huge release! Changelog [0dad856] Add fun...
Updated my #libsass sourcemap inspector to show debug/warn/error statements (via custom functions), And users can now also bookmark erroneous input: libsass.ocbnet.ch/srcmap/#QGRlYn…
New package: #libsass Version: 3.5.4-1 by Anthony Fok ... deb.li/3YeCR
Switched from 2 years XP with #Grunt, #LibSass, #Bourbon/#Neat, #livereload to #Gulp, #PostCSS, #Lost, #BrowserSync
This is awesome. “@SassMeetup: #Sass and #libsass are teaming up to join super powers! #WelcomeNews http://t.co/hSBSvp1BnV”
I compared the ruby #version of #sass with the node #libsass version. This is a very unscientific #test but still!
So #LibSass pure awesomesauce... Down from 10s to 700ms #WebDev #PreProccessors #Optimization #Sass #FrontEndOps
We've had a brilliant lunch and learn talk from @bsuresh2 today! Introducing new ideas surrounding #libsass & #sass
We’re psyched to have @cssconfau’s @xzyfer tell us how he began contributing to #libsass! 2015.cssconf.com
#kittn the frontend toolkit is now out in Version 2. #gulp only, #libsass & #postcss, #jade npmjs.com/package/genera…
Something went wrong.
Something went wrong.
United States Trends
- 1. #WWERaw 75.8K posts
- 2. Packers 50.7K posts
- 3. Packers 50.7K posts
- 4. Jordan Love 6,994 posts
- 5. John Cena 72.6K posts
- 6. Jalen 16.9K posts
- 7. #GoPackGo 5,343 posts
- 8. #RawOnNetflix 1,901 posts
- 9. Kevin Patullo N/A
- 10. Grand Slam Champion 22.1K posts
- 11. Desmond Bane 1,315 posts
- 12. Lane Johnson 1,144 posts
- 13. Matt LaFleur 1,395 posts
- 14. #MondayNightFootball 1,122 posts
- 15. Green Bay 12.1K posts
- 16. Cam Whitmore 1,411 posts
- 17. Jenkins 2,596 posts
- 18. Nikki Bella 1,285 posts
- 19. Jaelan Phillips 1,411 posts
- 20. #PHIvsGB 1,342 posts