#tailwind

[ follow ]
Web development
fromSmashing Magazine
3 months ago

CSS @scope: An Alternative To Naming Conventions And Heavy Abstractions - Smashing Magazine

@scope enables true scoping of CSS to components, reducing style leakage and the need for complex naming conventions and specificity wars.
#component-based-frameworks
fromInfoWorld
4 months ago
Web frameworks

Tailwind, AI, and building the future of software

Standardized component-based design and consistent colors make Tailwind's utility-first approach ideal, reducing the need to separate HTML and CSS.
fromInfoWorld
4 months ago
UX design

Tailwind meets AI headwind

Standardized component-based design reduces the need for separate CSS; Tailwind utility classes enable compact, self-contained components with predefined colors and styles.
fromBusiness Insider
4 months ago

Tailwind lays off 75% of its 4-person engineering team, citing 'brutal impact AI has had on our business'

Tailwind, like many startups, has a small head count. In a podcast posted on X, Wathan said that the company had four engineers on staff. Now, there's one. Wathan's post highlights the challenges that startups, which already face tough odds of success, can encounter as AI models grow more capable. The CEO founded the web developer tool in 2017. Tailwind's model is free and open-source, with a paid "pro" tier driving the company's revenue.
Startup companies
fromFrontendmasters
6 months ago

The Weird Parts of position: sticky;

Using position: sticky; is one of those CSS features that's incredibly useful, seemingly simple, and also, frequently frustrating. The premise is simple: you want to be able to scroll your page's content, but you want something to "stick" at the top (or anywhere). Frequently, this will be some sort of header content that you want to always stay at the top, even as the user scrolls, but it could be any sort of content (and stick edges other than the top, and at any offset).
Web development
Ruby on Rails
fromrubyflow.com
8 months ago

Kickstart app template is back

Ruby on Rails app templates repo updated for Rails 8.1 with interactive shell, consolidated templates, shared code, multiple starter templates, and planned features.
#color-system
[ Load more ]