Dorijan Covran (@chorijan) 's Twitter Profile
Dorijan Covran

@chorijan

Frontend dev, Designer, HTML5ophile, CSSista, UXer, Minimalist. In any order.

ID: 16997206

linkhttp://www.dorijan.co calendar_today27-10-2008 12:30:33

882 Tweet

266 Takipçi

2,2K Takip Edilen

Steve Schoger (@steveschoger) 's Twitter Profile Photo

🔥 When implementing dark mode, don’t throw away the visual cues in the light version by naively inverting the color scheme. Close elements should still be lighter and distant elements should still be darker – even in a dark UI.

🔥 When implementing dark mode, don’t throw away the visual cues in the light version by naively inverting the color scheme.

Close elements should still be lighter and distant elements should still be darker – even in a dark UI.
Houssein Djirdeh (@hdjirdeh) 's Twitter Profile Photo

Third-party bloat is one of the biggest issues affecting web performance today. We have ways to minimize unneeded polyfills in our application code, but how do we do the same for third-party packages? Gary Chew wrote a proposal that explores this 🌟 dev.to/garylchew/brin…

Smashing Magazine 🇺🇦 🏳️‍🌈 (@smashingmag) 's Twitter Profile Photo

Oh this will come in handy. Create a line break while maintaining inline status. .inline-element::after { content: '\A'; white-space: pre; } Thanks Andy Bell! ❤️ piccalil.li/quick-tip/crea…

Oh this will come in handy.

Create a line break while maintaining inline status.

.inline-element::after {
  content: '\A';
  white-space: pre;
}

Thanks <a href="/hankchizljaw/">Andy Bell</a>! ❤️

piccalil.li/quick-tip/crea…
Tomek Sułkowski (@sulco) 's Twitter Profile Photo

#JavaScript tip for today: When "console-logging" several variables, you can wrap them in curly brackets to better see which value belongs to which variable. A small thing, but hey.

Adam Wathan (@adamwathan) 's Twitter Profile Photo

🥳 Just released Tailwind CSS v1.8.0! 🦑 New `font-variant-numeric` utilities 🐠 New grid alignment utilities (place-items!) 🐳 Even smaller file sizes 🌒 Experimental dark mode support Check out the release notes for all the details 👉 github.com/tailwindlabs/t…

🥳 Just released Tailwind CSS v1.8.0!

🦑 New `font-variant-numeric` utilities
🐠 New grid alignment utilities (place-items!)
🐳 Even smaller file sizes
🌒 Experimental dark mode support

Check out the release notes for all the details 👉

github.com/tailwindlabs/t…
Tomek Sułkowski (@sulco) 's Twitter Profile Photo

With `window.showOpenFilePicker()` you can now make a text editor that reads and writes to a local(!) file in 12 lines of JavaScript. That is insane. (+ a couple lines for handling shortcuts)

Tomek Sułkowski (@sulco) 's Twitter Profile Photo

#HTML/#UX tip for today: Setting `autocomplete="one-time-code"` will allow your user to fill the input field with the auth code they've just received - without the need to manually copy it from a message.

Aria Minaei — oss/acc (@ariaminaei) 's Twitter Profile Photo

Today I'm launching Theatre.js, a hackable animation library with visual tools. It helps you to: - Help you craft detailed motion - Apply the motion to #threejs, HTML, SVG, or any JS value - Build custom visual tooling for your own libraries and workflow Some highlights 🧵👇

一丝不go (@yisibl) 's Twitter Profile Photo

Chrome 108+ has experimental support for CSS Toggles, and now you can implement components like Tree views, Tabs, Carousels, and more with CSS. Without the input `:checked` hack. Make CSS great again!🥳 Demo: codepen.io/yisi/pen/RwydJ… Una 🇺🇦 jhey ʕ•ᴥ•ʔ Adam Argyle