jake4480, to science
@jake4480@c.im avatar

Three ancient 12-13 billion year old SASS (Small Accreted Stellar System) stars on the outskirts of the Milky Way are moving away from us at hundreds of kilometers per second https://www.space.com/stars-on-the-run-sass-mit-study-milky-way

scott, to CSS
@scott@typetura.social avatar

Sass mixin for seconds based keyframe animations: https://codepen.io/scottkellum/pen/KKLddVd

jimniels, to random
@jimniels@mastodon.social avatar

CSS nesting is a bit tricky when it comes to progressive enhancement.

I’ve been bitten twice now by shipping some nested css and finding my layouts busted on devices that aren’t that old.

So I’m still doing a lot of non-nested CSS for personal projects. Maybe a few more years.

stvfrnzl,
@stvfrnzl@mastodon.online avatar

@jimniels same here! I've replaced the syntax with nested and while it worked on all major browsers (latest version), everything was broken when using an older

css, to CSS
@css@front-end.social avatar

💡 CSS Tip!

Use Modern CSS to write Better CSS!

A lot of new features can help you optimize your code and reduce redundancy.
✅ CSS Nesting
✅ CSS Variables
✅ Media Query range features

Example of Old code: https://codepen.io/t_afif/pen/NWmopYY that you can transform into a Modern code: https://codepen.io/t_afif/pen/mdgvWPP

Online version: https://css-tip.com/better-modern-css/

Overview of the CSS from the second linked demo

robotalien,

@css nesting is literally a working draft currently. Just use . Actually just use BEM.

iamdtms, to CSS
@iamdtms@mas.to avatar
kubikpixel, (edited ) to CSS
@kubikpixel@chaos.social avatar

Awesome CSS

/* A curated list of awesome frameworks, style guides, and other cool nuggets for writing amazing CSS. */

🎨 https://github.com/awesome-css-group/awesome-css

#css #sass #webdev #webdesign #web #design #cssframework #list #awesome

css, to CSS
@css@front-end.social avatar

Found another bug with and this time it's not a version issue as I am able to reproduce it with the latest version.

It also mean I am probably the only one using that strange border-image syntax 😅

https://github.com/sass/sass/issues/3797

css,
@css@front-end.social avatar

It looks like a serious issue. I didn't notice it but a double slash (//) in is used to include inline comments so using it as a value is not easy to parse 👀

css, to CSS
@css@front-end.social avatar

Sass, why are you doing this to me? 🤦

The comma inside the var() is not a typo but an important feature. The below is only a minimal example to reproduce the issue but in my case it's more complex.

Submitted a bug (I hope it's the right place to do it): https://github.com/sass/sass/issues/3794

blaue_Fledermaus, to politics
@blaue_Fledermaus@mstdn.io avatar

It seems to me that and libertarianism (is this right?) have the same fundamental flaw: requiring non-greedy humans.
And when they fail, the proponents have the same excuse: "That wasn't REALLY C/L, next time it's going to work!"

CharismaticBatman,
@CharismaticBatman@theres.life avatar

@blaue_Fledermaus

And I'm sure some libertarian friends will try to opine that libertarianism is more complex than I give it credit, but until a convincing argument is made, I will continue to posit that Libertarianism is a political ideology not so much penned, but crayoned.

jkohlmann, to webdev
@jkohlmann@mastodon.social avatar

Extremely unimpressed with the ways in which Sass integrations seem like a complete afterthought in 2024. Sass is a beautiful, powerful language, made and maintained by smart, caring people. It’s really sad to see it done dirty like this.

bolverkr, to CSS Spanish
@bolverkr@masto.es avatar

¿Alguien conoce o me recomienda un curso que sea de nivel avanzado de SCSS/SASS?

Aphrodite, to trans
@Aphrodite@chaos.social avatar

Time for a post.

So, um, hi.

I’m the CEO of the Self Actualisation Support Society, a Canadian nonprofit organization dedicated to helping ensure accessible resources for the community and setting up for more active advocacy.

You might already know us as https://www.HRTCafe.net :)

We’re working on getting formal charity status in Canada and establishing a stateside NFP to help south of the border.

has some projects planned over the next year. More info soon. :)

david, to ai
@david@boles.xyz avatar

WHY AM I PAYING MICROSOFT $20 A MONTH FOR SASS?

THIS IS NOT THE AI COLLABORATION I WAS LOOKING FOR!

(OpenAI ChatGPT4 Plus and Teams are much more fun to work with!)

softinio, to CSS

I have come to the conclusion that my css skills are not great.

Anyone recommend resources for a speedy ramping up of all things css appreciated?

BryceWrayTX, to CSS
@BryceWrayTX@fosstodon.org avatar

Post >> Variations on styling variables in SSGs • The CSS-or-Sass question about styling variables is a lot simpler to answer when you’re building your site the right way.

https://www.brycewray.com/posts/2023/11/variations-styling-variables-ssgs/

DaleTrexel, to drupal
@DaleTrexel@drupal.community avatar

With Drupal 9 EoL and Drupal 10+ no longer supporting IE, what are the chances we can get Olivero to drop PostCSS and return to SASS for CSS compiling?

https://www.drupal.org/docs/contributed-themes/olivero/authoring-css-for-olivero

matuzo, to random
@matuzo@front-end.social avatar
stvfrnzl,
@stvfrnzl@mastodon.online avatar

@matuzo @argyleink I love it so much you can finally use nesting without 😍

It was the only reason why I used it in the first place

stefan, to random
@stefan@front-end.social avatar

Relaxed native CSS nesting landed in all three engines.

Previously a nested rule had to start with one of these chars &@:.>~+#[*.

This syntax limitation has been relaxed and you can now "just" nest stuff.

✅Chrome 120
✅Firefox 117
✅Safari 17.2

tommi,
@tommi@pan.rent avatar

@stefan I am wondering how to implement this for people using 👀

In particular, I use eleventy-sass.

@Eramdam

tek_dmn, to accessibility
@tek_dmn@mastodon.tekdmn.me avatar

New post on teknikaldomain.me: What's Changed: Bilberry Theme Version 4

Yeah, I know, I was away for a while and some things broke. In apology, take this: breaks fixes, and some improvements! No really, these might actually be useful to anyone reading this, and not just me. Well, some of them.

If you’re not aware, I use a modified fork of the Bilberry theme for Hugo (it’s on the “site-local” branch). Recently, major version 4 was released, which is effectively a separate theme in the v4 subdirectory, which changes a few fundamental parts. For example…

amxmln, to CSS
@amxmln@mastodon.design avatar

: if you've been using a custom rem() function in to convert px to rem, version 1.65 is likely to break your code, as it introduces the official rem() function, which returns the remainder of a division.

There are issues open about this, but it seems intended behaviour and the official solution seems to be to rename the custom function to something like toRem, which yes, is sadly more annoying to type... 😅

drupalthoughts, to drupal
@drupalthoughts@fosstodon.org avatar

i'm updating a 8 site to 10 and tumbling through some of the changes in class conventions, maybe due to the outdated theme? where underscores are now hyphens and various <div> have appeared and disappeared 😬
is there a standard/programmatic way to update the classes at least? 🤔

Tim_McTuffty, to random
@Tim_McTuffty@beige.party avatar

@evelynefoerster My Queen of Hearts 😃🥰

Now my day is perfect 🥰🫶🙏

book,

@MaJ1 @evelynefoerster @si_irini @Tim_McTuffty Can't afford the hair? Can't afford the sister.

Pure sass.

matdevdug, to random
@matdevdug@c.im avatar

Hey every single company out there. I don’t want to call you for pricing. I don’t want to hop on a conference call where we discuss my usage of the product and you tell me about all the other products you sell that integrate with this product.

I especially don’t want to reach out to you for pricing, wait a week for a response to my email, which is then an invitation to hop on a call the next week. My primary job is not buying software. It is to write and deliver features for internal or external customers. I don’t have 3+ weeks to fuck around with these stupid meetings.

I had budget for a product this week and ended up using an OSS that I didn’t want to use because I could not deal with talking to their sales team again. They made me “write custom C code to add the one feature I wanted” mad. Now I’ll never use you out of spite.

rkaj, to rust
@rkaj@mastodon.nu avatar

I released rsass version 0.28.0!

Mainly it has improved support for @-rules. Read all about it: https://rasmus.krats.se/2023/rsass028.en

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • cisconetworking
  • GTA5RPClips
  • osvaldo12
  • khanakhh
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • everett
  • mdbf
  • slotface
  • InstantRegret
  • rosin
  • megavids
  • cubers
  • modclub
  • normalnudes
  • Durango
  • thenastyranch
  • ethstaker
  • tacticalgear
  • ngwrru68w68
  • Leos
  • anitta
  • provamag3
  • tester
  • lostlight
  • All magazines