Joan Leon · @nucliweb
125 followers · 266 posts · Server webperf.social

✅ Meet Andrey Sitnik, the author of PostCSS, in person 😊

#postcss #adevintaspainfrontendday

Last updated 1 year ago

Joan Leon · @nucliweb
112 followers · 232 posts · Server webperf.social

Waiting for Safari 17 to test the PostCSS plugin to use JXL in the CSS background

github.com/nucliweb/jxl-in-css

#jpegxl #jxl #postcss #css #ImagePerf #productperf #webperf

Last updated 2 years ago

Reuben Walker · @mobileatom
62 followers · 939 posts · Server me.dm

CKEditor5 scoped styles in Drupal with PostCSS via PreviousNext.
previousnext.com.au/blog/ckedi

#drupal #ckeditor #postcss

Last updated 2 years ago

Symfony Station :symfony: · @symfonystation
605 followers · 3641 posts · Server phpc.social

CKEditor5 scoped styles in Drupal with PostCSS via PreviousNext.
previousnext.com.au/blog/ckedi

#drupal #ckeditor #postcss

Last updated 2 years ago

Morten Bech · @bech
179 followers · 605 posts · Server mstdn.dk

() in the Color 4 specification looks really promising for easier management. It's not quite ready for prime time, but you can already use it with .

Here's a thorough explanation.
evilmartians.com/chronicles/ok

#oklch #css #color #postcss

Last updated 2 years ago

El Perro Negro · @elperronegro
287 followers · 760 posts · Server shmg.online

Big thanks to @BryceWray for providing the solution to my long term problem of cache-busting using @eleventy and Tailwind CSS using PostCSS. Been racking my tiny brain for ages trying to figure out a solution. His post can be found at
brycewray.com/posts/2020/11/us

#eleventy #postcss #development

Last updated 2 years ago

Bryce Wray · @BryceWrayTX
716 followers · 521 posts · Server mstdn.social

Some of the future is now for CSS

Intrigued by news from the WebKit team, I adopt styling that could work natively in your browser in the near future.

brycewray.com/posts/2023/02/so

#w3c #FireFox #googlechrome #Chrome #safari #postcss #scss #sass #hugo #staticsitegenerators #cssnesting #CSS #webkit #WebDev

Last updated 2 years ago

GENKI · @nibushibu
298 followers · 3626 posts · Server social.vivaldi.net

グラデーションにイージング加えるとこんなにグラデーション滑らかになるのか!
プラグインが提供されてる :tony_astonished:

(最近ちょっと Sketchapp にちょっと興味戻ってきてるんだよな…

#postcss #sketchapp

Last updated 2 years ago

Chee Aun · @cheeaun
276 followers · 427 posts · Server mastodon.social

I'm like forever waiting for PostCSS (and their plugins) to support CSS Color 5. I just want to manipulate the lightness of HSL and alpha of RGBA, that's all.

#css #postcss #webdev #frontend

Last updated 2 years ago

Jason Raimondi · @jasonraimondi
34 followers · 77 posts · Server indieweb.social

Wrote a postcss plugin to generate global, mobile first, media queries from a config object.

Config:

```js
{
small: 420,
large: 800,
dark: "prefers-color-scheme: dark"
}
```

Usage:

```postcss
@media (--small) {}
@media (--small-only) {}
@media (--large) {}
@media (--dark) {}
```

Becomes:

```css
@media (min-width: 420px) {}
@media (min-width: 420px) and (max-width: 799px) {}
@media (min-width: 800px) {}
@media (prefers-color-scheme: dark) {}
```

github.com/allmyfutures/postcs

#css #postcss

Last updated 2 years ago

Jason Raimondi · @jasonraimondi
34 followers · 73 posts · Server indieweb.social

Wrote a little custom plugin to generate mobile first `@custom-media` rules from a configuration object.

github.com/allmyfutures/postcs

#postcss

Last updated 2 years ago

Bryce Wray · @BryceWrayTX
549 followers · 1166 posts · Server fosstodon.org
ZeroHora · @zerohora
1 followers · 13 posts · Server techhub.social
orbiteleven · @orbiteleven
42 followers · 132 posts · Server mastodon.green

@cuboci @wiverson Sure... but technically the "easy" answers you're giving the wizard are getting handed off to , , etc. via config magic. Again, you probably want something where the integrations are more intentional.

I guess if you really want to see how the sausage gets made, you should play with and , , etc before even playing with a framework?

No matter what, I feel ya. There's no getting around the magic :P

#sveltekit #vite #postcss #vanilajs #webpack

Last updated 2 years ago

Bramus · @bramus
945 followers · 152 posts · Server front-end.social

Now, who will create a plugin for this?

#postcss

Last updated 2 years ago

pablolarah · @pablolarah
71 followers · 431 posts · Server mastodon.social

is a defining part of @evilmartians culture. Dozens of libraries and utilities for developers in diverse programming language communities + plugins










evilmartians.com/opensource

#opensource #rubyrails #js #nodejs #go #css #graphql #postgresql #postcss #ci #webtools #webdev

Last updated 2 years ago

hampton · @hampton
35 followers · 32 posts · Server tech.lgbt

In fact, AFAIK was the very first thing with any concept like that… , , , , and all are children of !

#sass #webpacker #typescript #postcss #less #sasscss

Last updated 2 years ago

Luka · @luha
69 followers · 35 posts · Server mstdn.social

Progress on all fronts!
1. My private website refactoring is almost done: typography for posts, most layouts, and I just enjoy & .
2. I was able to test the GreenKayak app with several users and improved the overall flow a lot. It got simpler and stuff like a FAB was removed as most people found this confusing.

#csscustomproperties #postcss

Last updated 2 years ago

Ru :unverified: · @ru
483 followers · 2132 posts · Server fosstodon.org

I'm surprised by how few projects use on here (and are maintained). I absolutely love it and won't start a project without it if I can help it. Standards > scss.

11ty.dev/docs/starter/

#postcss #eleventy #moa

Last updated 2 years ago