Advertisement · 728 × 90
#
Hashtag
#PostCSS
Advertisement · 728 × 90
Preview
Hugo’s new CSS powers | BryceWray.com A recent update can make it easier than ever to style your site, depending on how you want to do that styling.

Post >> Hugo’s new CSS powers • A recent update can make it easier than ever to style your site, depending on how you want to do that styling.

#CSS #webdev #Hugo #preprocessing #postprocessing #PostCSS #LightningCSS #Sass #scss #esbuild #cssBuild

2 2 0 0
Preview
Un-Sass'ing My CSS: Compiling Multiple CSS Files into One Always Twisted Discover how to transition from Sass to modern CSS, exploring ways we can import multiple CSS files into one sole CSS file

Un-Sass’ing My CSS: Compiling Multiple CSS Files Into One, by @sturobson@front-end.social:

www.alwaystwisted.com/articles/UnSassing-my-CS...

#css #sass #postcss

0 0 0 0
Preview
Compiling Multiple CSS Files into One | CSS-Tricks Stu Robson outlines two ways to compile multiple CSS files when you aren't relying on Sass for it.

Compiling Multiple CSS Files Into One, by @geoff@front-end.social (@csstricks@mastodon.social):

css-tricks.com/compiling-multiple-css-f...

#css #sass #postcss #tooling

0 0 0 0
Preview
Un-Sass'ing My CSS: Compiling Multiple CSS Files into One Always Twisted Discover how to transition from Sass to modern CSS, exploring ways we can import multiple CSS files into one sole CSS file

#Development #Approaches
Compiling multiple CSS files into one · Simplify your setup with a custom script or PostCSS ilo.im/166t50 by Stuart Robson

_____
#Files #CSS #Sass #PostCSS #JavaScript #NodeJS #Tooling #WebDev #Frontend

0 0 0 0
Preview
What we learned from creating PostCSS—Martian Chronicles, Evil Martians’ team blog We share what have we learned creating PostCSS and the huge ecosystem around it. Get 8 key lessons from Andrey Sitnik, creator of PostCSS.

What We Learned From Creating PostCSS, by @sitnik_en@mastodon.social and @travisturner.bsky.social (@evilmartians@mastodon.social):

evilmartians.com/chronicles/what-we-learn...

#postcss #history #lessons #tipsandtricks

5 3 0 0

Small CSS upgrade, big developer happiness!

Chrome now supports the stretch sizing keyword in CSS—which means we can finally ditch those tedious `calc(100% - margin)` gymnastics. It’s cleaner, clearer, and just works.

#CSS #WebDev #PostCSS #DX

2 0 2 0
Preview
Code for analyzing CSS created by the Astro build process - useful in debugging postcss extensions Code for analyzing CSS created by the Astro build process - useful in debugging postcss extensions - analyze-css.js

I've been creating a new postcss extension for #Astro. There might be a better way to debug, but I wanted to see what the resulting CSS bundles would look like, so I created a little utility. Not sure if it would be useful to anyone else. gist.github.com/BoDonkey/e0c...
#postcss #devrel #open-source

1 0 0 0
Preview
Vendor Prefixes in 2024 A brief retrospect on vendor prefixes and whether or not they're still a thing in 2024

After reading this, checked my existing styling as processed through autoprefixer, found the vendor prefixes that had been added, and manually added them to my styling — so it now doesn’t require any additional tools for cross-browser compatibility.

#WebDev #Browsers #CSS #PostCSS #Autoprefixer

3 0 0 0
Screenshot of some CSS source code using the new contrast color function :

.foo {
  background-color: purple;
  color: contrast-color(purple);
}

.bar {
  background-color: pink;
  color: contrast-color(pink max);
}

Screenshot of some CSS source code using the new contrast color function : .foo { background-color: purple; color: contrast-color(purple); } .bar { background-color: pink; color: contrast-color(pink max); }

New #PostCSS plugin 🎉 github.com/csstools/pos...

It generates dynamic color values for users preferring more or less contrast :

codepen.io/romainmenke/...

3 0 0 0
Preview
TIL some info about PostCSS Preset Env and Browserslist | BryceWray.com When all else fails, I go to the source and ask.

Post >> TIL some info about PostCSS Preset Env and Browserslist • When all else fails, I go to the source and ask.

www.brycewray.com/posts/2024/0...

#WebDev #CSS #PostCSS #Browserslist

0 0 0 0
Preview
Possible to use more updated browserslist with postcss-preset-env? · csstools postcss-plugins · Discussion #1299 The most recent version of postcss-preset-env doesn’t have the most up-to-date version of browserslist, so is there a way to make postcss-preset-env detect a separate browserslist installation and ...

Just learned something I’d hoped was true: if your project has a more updated version of browserslist than what’s in postcss-preset-env, postcss-preset-env will use the better data instead of what’s in its own browserslist dependency:

github.com/csstools/pos...

#WebDev #CSS #PostCSS #browserslist

0 0 0 0
Post image

Something new for #css #postcss github.com/csstools/pos...

At first I didn't really see it but the light-dark function is so much more than a convenience method for the media query 🎉

6 3 2 0
Preview
Using Lightning CSS with Hugo: back to the workaround | BryceWray.com Why a clear separation between dev mode and prod mode made sense.

Post >> Using Lightning CSS with Hugo: back to the workaround • Why a clear separation between dev mode and prod mode made sense.

www.brycewray.com/posts/2024/0...

#WebDev #CSS #LightningCSS #PostCSS #SSG #Hugo

0 0 1 0
Preview
Using Lightning CSS with Hugo — without workarounds | BryceWray.com With a little tinkering, there’s no need for that PostCSS plugin I recently mentioned.

(Restoring an item that I removed during a local glitch...)

Post >> Using Lightning CSS with Hugo — without workarounds • With a little tinkering, there’s no need for that PostCSS plugin I recently mentioned.

www.brycewray.com/posts/2024/0...

#Hugo #WebDev #CSS #LightningCSS #PostCSS #SSG

2 0 0 0
Preview
Using Lightning CSS with Hugo | BryceWray.com Does Hugo natively support Lightning CSS? No, but there’s a neat workaround for that.

New post >> Using Lightning CSS with Hugo • Does Hugo natively support Lightning CSS? No, but there’s a neat workaround for that.

www.brycewray.com/posts/2024/0...

#LightningCSS #CSS #WebDev #Hugo #SSG #PostCSS

2 0 1 0