craftofui.substack.com/p/building-a...
craftofui.substack.com/p/building-a...
These are just css/html . No web components, no props, no config, just good base css and minimal classes.
These are just css/html . No web components, no props, no config, just good base css and minimal classes.
BYO #CSS Tokens To
Tailwind v4 alpha's New CSS Centric Config
- basic v4 config setup
- customize font sizes, colors, shadows, easing
- add gradients
- setup adaptive utilities
nerdy.dev/BYO-CSS-toke...
BYO #CSS Tokens To
Tailwind v4 alpha's New CSS Centric Config
- basic v4 config setup
- customize font sizes, colors, shadows, easing
- add gradients
- setup adaptive utilities
nerdy.dev/BYO-CSS-toke...
I love the movement to configure themes in CSS rather than JS
tailwindcss.com/blog/tailwin...
I love the movement to configure themes in CSS rather than JS
tailwindcss.com/blog/tailwin...
fylgja.dev/blog/native-...
#fylgjacss #css #tailwindcss #css-utilities
fylgja.dev/blog/native-...
#fylgjacss #css #tailwindcss #css-utilities
⋅ CSS-in-TS
⋅ Composable utilities as fns `md(size(2))`
⋅ Plugins are just fns `custom(flex())`
⋅ Compiled to static CSS by default
⋅ Dynamic when needed `hover(prop)`
⋅ Class order matters
Maybe not possible?
⋅ CSS-in-TS
⋅ Composable utilities as fns `md(size(2))`
⋅ Plugins are just fns `custom(flex())`
⋅ Compiled to static CSS by default
⋅ Dynamic when needed `hover(prop)`
⋅ Class order matters
Maybe not possible?
Simply create a custom variant that targets a base CSS layer 💯
Simply create a custom variant that targets a base CSS layer 💯
If I did something like this instead, is it clear enough?
If I did something like this instead, is it clear enough?
Use @layer to define the order your styles are applied, no more specificity wars.
⋅ Base → components → utilities, in that order
⋅ Third-party styles? Layer them too
Learn more 👇
developer.mozilla.org/en-US/docs/...
Use @layer to define the order your styles are applied, no more specificity wars.
⋅ Base → components → utilities, in that order
⋅ Third-party styles? Layer them too
Learn more 👇
developer.mozilla.org/en-US/docs/...
css-tricks.com/tailwinds-ap...
css-tricks.com/tailwinds-ap...
You don't need all that.
Learn to work with the language. Need help? Schedule a call, or bring me in to tailor a plan: oddbird.dev/services/arc...
You don't need all that.
Learn to work with the language. Need help? Schedule a call, or bring me in to tailor a plan: oddbird.dev/services/arc...
#TailwindCSS #CSS #WebDev #Frontend
#TailwindCSS #CSS #WebDev #Frontend
Look, I love packages, but isn't it something magical about just referring to a CSS file? To get fonts, colors and utilities. It's probably not a design system, but it certainly is the foundation of one.
Look, I love packages, but isn't it something magical about just referring to a CSS file? To get fonts, colors and utilities. It's probably not a design system, but it certainly is the foundation of one.
Tailwind CSS 4.2 and 4.3 · New scrollbar and ‘zoom-*’ utilities, new colors, and more ilo.im/16cvu1 by Adam Wathan and Robin Malfait
_____
#TailwindCSS #Vercel #WebDev #Frontend #CSS
Tailwind CSS 4.2 and 4.3 · New scrollbar and ‘zoom-*’ utilities, new colors, and more ilo.im/16cvu1 by Adam Wathan and Robin Malfait
_____
#TailwindCSS #Vercel #WebDev #Frontend #CSS
Explore how we could move from generated CSS classes to native browser capabilities.
{ author: @grimlink.bsky.social }
dev.to/fylgja/nativ...
Explore how we could move from generated CSS classes to native browser capabilities.
{ author: @grimlink.bsky.social }
dev.to/fylgja/nativ...
HTML are the wooden house frames
Javascript is the insulation + various utilities
And CSS is the overall aesthetic.
HTML are the wooden house frames
Javascript is the insulation + various utilities
And CSS is the overall aesthetic.
Next phase is stability and polish
#BuildInPublic #WebDevelopment #css
Next phase is stability and polish
#BuildInPublic #WebDevelopment #css
https://buff.ly/3BE5k7V
https://buff.ly/3BE5k7V
https://code.stylelib.org/?p=72544
#codecanyon #css #javascript #jquery #utilities #wordpress
https://code.stylelib.org/?p=72544
#codecanyon #css #javascript #jquery #utilities #wordpress
CSS frameworks like Bootstrap, Foundation, and TailwindCSS offer pre-styled components and utilities that make web development faster and more consistent.
7/19
CSS frameworks like Bootstrap, Foundation, and TailwindCSS offer pre-styled components and utilities that make web development faster and more consistent.
7/19
Drupal Tweme 🎨 (2012)
... used on MariaDB.org in 2015
Drupal Bricks 🧱 (2014)
... used on Smartsheet.com since 2019
Float Label CSS 📋 (2016)
... used by Gov.bc.ca in 2018
Blades.ninja 🥷 (2026)
... featuring Pico fork and @11ty.dev plugin. Let's see!
#WebDev
Drupal Tweme 🎨 (2012)
... used on MariaDB.org in 2015
Drupal Bricks 🧱 (2014)
... used on Smartsheet.com since 2019
Float Label CSS 📋 (2016)
... used by Gov.bc.ca in 2018
Blades.ninja 🥷 (2026)
... featuring Pico fork and @11ty.dev plugin. Let's see!
#WebDev
- Started using some Tailwind
- Built many utilities (think mixins)
- Use those utilities in many areas
- Took advantage of CSS Layers
- And more
- Started using some Tailwind
- Built many utilities (think mixins)
- Use those utilities in many areas
- Took advantage of CSS Layers
- And more