@inbyt Hi and thanks for mentioning Stylify!, Stylify is still developed. But since there is a native css syntax the development and releases doesn't have to be that frequent.
0.7.0 was released a week ago
@t3dotgg But BEM has such a beautiful selectors...
class="
carousel__item
carousel__item--hp
carousel__item--hp-larger-x-padding
carousel__item--hp-red
carousel__item--hp-without-bottom-margin
"
1/3
Did you know that:
there is around 694 CSS properties you can use to style your website: Chrome, Mozila, Opera, Safari and Edge 🤯.
@stylifycss can use them all in the latest 0.6.2 🚀.
https://t.co/WYWwLQJJ4Q
#css#html#code
1/2
CSS background-clip:text tip👇
If you plan to use background-clip, then it must be set after the background-color. Otherwise it won't work. In this particular case, the order of properties is important.
Took me a while to debug it in @stylifycss.
#css#html#javascript#ui
Stylify 0.6.1 has just been released.
⚒️ Fixed broken types in stylify/unplugin
⚒️ Less invasive markup mangling
⚒️ Various bugs fixed
Release: https://t.co/Z2ZeHwSzPn
Web: https://t.co/tprXDGwBIt
#stylifycss#css#javascript#html
@surjithctly@stylifycss @laravelphp @symfony@vuejs@reactjs 3/3
"But these tools have a reason to exists."
"Nah, you can handle the reactivity and contextual escaping of variables on your own. It's just, months of work and a lot of lost hair." 😂
@surjithctly@stylifycss 2/3
The best to explain this to other devs is, that removing Talwind or @stylifycss is like if you remove @laravelphp, @symfony, @vuejs or @reactjs from the project, grab popcorn and then just sit and watch to see their pain while coding and optimizing everything from scratch😂
@surjithctly 1/3
It's hard to explain how useful Utility-First CSS is to someone, who work on small blog and never even tried them
I mean, pure CSS is always the best/most future-proof choice, but working with utility libraries like Tailwind or @stylifycss even on a blog can be a huge relief
@Michael_Hladky Thanks for mentioning ❤️. However, the motto is more like "If you like CSS-like syntax and don't want to study random shortcuts, you should try @stylifycss".
👉 https://t.co/tprXDGwBIt
This version is already used on https://t.co/tprXDGwBIt 🚀.
And it seems that the 0.6.x versions could be a candidate for the first major release 1.0🤟
Now the 1.0 https://t.co/He7lE9hYIJ
Any ideas what to add/improve?
#stylifycss#code#css#html#javascript#react#vuejs
(1/4)
Stylify 0.6 has just been released 🎉
👉 https://t.co/oCVSNnf8B4
✅CSS variables enabled by default
✅Easier and united configuration for utilities, components, and custom selectors
✅Perf improvements
✅More intuitive mangling configuration
#stylifycss#code#javascript
(3/4)
Macros, components, helpers now receive compiler instance as the this object. It simplifies the usage of configured helpers, variables and others
#stylifycss#code#css#html#javascript
Bundling production build for @stylifycss monorepo:
🔥 @oven_sh => 0.4-0.8 s
Node.js => 28-30 s
Build and watch works fine with (using ESbuild).
Seems only Jest has some problems because of some async operations.
#stylifycss#bunjs#css#code#javascript#webdev