<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ján Timoranský</title>
    <description>The latest articles on DEV Community by Ján Timoranský (@timoransky).</description>
    <link>https://dev.to/timoransky</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F357707%2F59a964ad-475e-4ba5-b81b-ea1d5cb30d86.jpeg</url>
      <title>DEV Community: Ján Timoranský</title>
      <link>https://dev.to/timoransky</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/timoransky"/>
    <language>en</language>
    <item>
      <title>Powerful CSS Features You Might Not Know About</title>
      <dc:creator>Ján Timoranský</dc:creator>
      <pubDate>Fri, 29 Nov 2024 08:13:40 +0000</pubDate>
      <link>https://dev.to/timoransky/powerful-css-features-you-might-not-know-about-536c</link>
      <guid>https://dev.to/timoransky/powerful-css-features-you-might-not-know-about-536c</guid>
      <description>&lt;p&gt;CSS keeps evolving, and the past year has brought some awesome updates that might have slipped under the radar. I’ll admit, I hadn’t been paying much attention to CSS lately, so I decided to catch up and write about some of the most exciting new features.&lt;/p&gt;

&lt;p&gt;In my latest article, I take a closer look at these updates and explore how they can be applied to real-world projects using code examples.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Centering a div with one line&lt;/strong&gt;: No more struggling with multiple solutions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Animating hidden elements&lt;/strong&gt;: Smooth transitions for &lt;code&gt;display: none&lt;/code&gt; and beyond. (Finally!! 🎉)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simplifying dark mode styling&lt;/strong&gt;: The light-dark function is a game-changer.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smarter form input styling&lt;/strong&gt;: See how to use &lt;code&gt;:user-valid&lt;/code&gt; and &lt;code&gt;:user-invalid&lt;/code&gt; selectors for inputs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Adjusting fallback font sizes&lt;/strong&gt;: Tackle CLS issues with &lt;code&gt;font-size-adjust&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Boosting page performance&lt;/strong&gt;: Lazy-rendering with &lt;code&gt;content-visibility&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Type-checking in CSS&lt;/strong&gt;: Add types to custom properties and learn how to animate them seamlessly.
Each feature opens up new possibilities for building more performant, maintainable, and accessible websites.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're intrigued, please &lt;strong&gt;&lt;a href="https://blog.meetbrackets.com/css-today-powerful-features-you-might-not-know-about-39adbbd5c65b" rel="noopener noreferrer"&gt;check out my blog post&lt;/a&gt;&lt;/strong&gt;, where I dive into detailed explanations, examples, and code snippets for these features. Your feedback would mean a lot! 😊&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://blog.meetbrackets.com/css-today-powerful-features-you-might-not-know-about-39adbbd5c65b" rel="noopener noreferrer"&gt;Read the full article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me know which feature excites you the most or how you plan to use them in your projects. Let's discuss this in the comments below!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>css</category>
      <category>frontend</category>
      <category>news</category>
    </item>
  </channel>
</rss>
