kaiserkiwi, to CSS
@kaiserkiwi@corteximplant.com avatar

Great post on #Tailwind. Nice to see that there are still enough people who understand CSS and don't stop reading after the first letter of the name.

https://nuejs.org/blog/tailwind-misinformation-engine/

#CSS #WebDev #Coding

stevegrunwell, to random
@stevegrunwell@phpc.social avatar

This thread pretty much sums up my thoughts on :

While it can be useful for rapid prototyping, too often our prototypes get shipped as “MVPs”, which are then never given the space to really be cleaned up.

As a result, shit like this lives on and we continue the cycle of “front-end needs to be over-engineered so people will respect us!”

https://goblin.band/notes/9puziyltkpyyyt32

michabbb, to CSS German
@michabbb@vivaldi.net avatar
baldur, to random
@baldur@toot.cafe avatar

“Tailwind marketing and misinformation engine” https://nuejs.org/blog/tailwind-misinformation-engine/

iamdtms,
@iamdtms@mas.to avatar

@baldur Good idea! A Mastodon content filter. Thank you. :D

kaiserkiwi, to CSS
@kaiserkiwi@corteximplant.com avatar

I always wondered why people writing #Tailwind all day are so aggressive. Especially if you don't want to use it.

Then I had to use Tailwind for a while. Now I understand. If I had to do this every day I would be aggressive too. And they probably just want someone who suffers with them.

I definitely will stick with #CSS. That sparks joy.

j3rn, to random
@j3rn@fosstodon.org avatar

#Tailwind is inline CSS styles for people born after the year 2000.

SebinNyshkim, to react

Struggling to get and to cooperate in my company's fledgling app(s)

My guess is that both are clashing in the way they're setting style rules

My only question would be: if we're using Tailwind already, why are we using an opinionated component library like MUI anyways?

All the utilities and frameworks have been kind of decided on before I joined the team and if I ask to restructure the whole thing I'm gonna be met with rather stark opposition with some argument that will boil down to sunk cost fallacy :drgn_hide:​

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?

mkennedy, to random
@mkennedy@fosstodon.org avatar

Hey Mastodon! Need a recommendation.

I need a good graphics designer to help with a landing page and maybe even some logo design work. Preferably using #Tailwind for the landing page. I don't have crazy amounts of money for this project but it does pay.

Can you recommend anyone for this? Please DM me if you know a good person.
Boost it if don't know anyone but want to help connect me anyway. :)

Jdreben, (edited ) to django
@Jdreben@mastodon.world avatar

I’m looking for work! If you’re hiring and I seem like a fit, please reach out.

I have ~7 years of experience as a full stack software developer, and was founding engineer / CTO of Zoba.com.

I graduated from in 2017, have been working on early stage startups since 2014. I studied CS, concentrating on data science and ML.

I’m strong in , RoR, , , , and . I’ve dabbled in , , and .

danjac, to random
@danjac@masto.ai avatar

Added rustywind to a project yesterday for tidying up #tailwind classes. It's super fast, too.

Thanks to tip from @webology it was easy to drop into my pre-commit config.

https://jefftriplett.com/2023/rustywind-pre-commit-hook/

onelson, to random
@onelson@mastodon.social avatar

I don't have it in me to do any markhor this weekend, but I'm wondering if I should try to wedge tailwind in there rather than trying to carry forward the semantic-ui stuff from the original React version.

onelson,
@onelson@mastodon.social avatar

@webology I will say, the fact this option exists in the bundler I'm using for Markhor sort of takes some of the sting out.

https://trunkrs.dev/assets/#tailwind

I'm mostly gunshy about adding extra buildsteps to the project and pulling in more toolchain stuff beyond the rust things I need for the main app.

danjac, to random
@danjac@masto.ai avatar

css-scope-inline looks interesting

https://github.com/gnat/css-scope-inline

It does the thing I want from #Tailwind - Locality of Behavior - but without the verbosity and build step, and you are more or less using CSS as it is.

premartinpatrick, to France French
@premartinpatrick@mastouille.fr avatar

Vous connaissiez "Emprunte mon toutou" vous ? Moi pas et c'est bien dommage. Ca semble être une très bonne idée.

Ils recherchent un développeur web front end pour poursuivre les évolutions de l'application web actuelle et faire de nouveaux sites.

C'est du télétravail ou sur place sur Toulouse, au choix.

Infos sur https://www.linkedin.com/jobs/view/634860114

iamdtms, (edited ) to CSS
@iamdtms@mas.to avatar
eddiedale, to CSS

Removed Tailwind from my personal page, heavily inspired by the work of @andy

https://www.eddiedale.com/blog/gone-them-node-modules-in-my-case-tailwind

I'd be very curious to hear how other non-build-step css-developers organize their css, if they're out there somewhere!

#css #tailwind #cubecss

danjac, to random
@danjac@masto.ai avatar

I think rather than hating on #tailwind it's more useful to think about the problems it solves for its target audience.

In my experience, while CSS should be well-structured, named, easy to edit etc, it rarely is.

Blame developer sloppiness, rushed deadlines, fickle designers asking constant changes, whatever, but in most sites I've seen it devolves into a mess given a long enough timeline.

Second, CSS is hard. The high level concepts are easy, but the detail is not (like k8s).

danjac, (edited ) to python
@danjac@masto.ai avatar

Just finished migrating my side project to 3.12. Also swapped out Black for rust format and mailhog for mailpit.

The project is pretty much "done" other than updates & bug fixes, thinking of making a cookiecutter template for it, if I get some ideas for new projects over the winter.

danjac,
@danjac@masto.ai avatar

It's a Django project, with some useful defaults.

  1. Uses , and
  2. Configured to work with Heroku-ish deployments (Dokku etc)
  3. Pre-commit, testing & linting all set up, including mypy, ruff etc
  4. Lots of useful little functions and patterns
sergi, to CSS
@sergi@floss.social avatar

This is making me consider not using #Tailwind #CSS on my next project: https://maintainablecss.com

#semanticHTML

xavdid, to python
@xavdid@mastodon.social avatar

I've got a new website up! It's a showcase for all of my #Python #AdventOfCode solutions!

I've got every solution since 2020. Each day is a step-by-step walkthrough aimed at engineers of all skill levels. It assumes basic Python proficiency, but teaches everything you need to know to solve the problem past that.

Please let me know what you think!

https://advent-of-code.xavd.id/

xavdid,
@xavdid@mastodon.social avatar

Oh, and I wrote a bit about my experience standing up a small static site in 2023. I was hoping to take my pre-existing #Markdown and produce simple #HTML with some pre-applied #CSS

I ended up using @astro and a classless CSS framework (h/t to @kevinleedrum for the pointer!) over #Tailwind, which was pretty painless.

Quite pleased with how the whole thing turned out!

https://xavd.id/blog/post/building-aoc-showcase/

urlyman, to CSS
@urlyman@mastodon.social avatar

#css “Loose coupling makes you think content first. There is no need to write a component for every situation because you can use external CSS to do the heavy lifting.”

https://nuejs.org/blog/tailwind-vs-semantic-css/

What’s that smell? It’s #tailwind

berkes, to CSS
@berkes@mastodon.nl avatar

My pet peeve comes to play again:

Loose coupling.
«The key best practice of Tailwind is tight coupling. That is: the structure and styling are tied together. The semantic approach is the opposite: the structure and styling are loosely coupled»

For me the main reason to steer away from #tailwind (and lesser extend boostrap and bulma and such) and to just use semantic #css.

The author uses a framework for sematic CSS, but that's not necessary at all.
https://nuejs.org/blog/tailwind-vs-semantic-css/

outofcontrol, to CSS
@outofcontrol@phpc.social avatar

Adam Wathan - #Tailwind #CSS: It looks awful, and it works

Have to agree, once you try it, you just might like it!

https://www.youtube.com/watch?v=TNXM4bqGqek

koehnlein, to random
@koehnlein@mastodon.social avatar

deleted_by_author

  • Loading...
  • andreas,

    @Konafets @koehnlein @josefglatz It leads to having redundant code. At each <button> there are then 15 classes, partly in different order, so that a search/replace is no longer possible when changing the layout of the button. And the same then with <h1> <h2> <h3> etc. If you avoid this and work consistently with @apply, then I think it's fine.

    nucliweb, to CSS
    @nucliweb@webperf.social avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • thenastyranch
  • magazineikmin
  • ethstaker
  • InstantRegret
  • tacticalgear
  • rosin
  • love
  • Youngstown
  • slotface
  • ngwrru68w68
  • kavyap
  • cubers
  • DreamBathrooms
  • megavids
  • mdbf
  • modclub
  • GTA5RPClips
  • normalnudes
  • khanakhh
  • everett
  • cisconetworking
  • osvaldo12
  • anitta
  • Leos
  • Durango
  • tester
  • JUstTest
  • All magazines