Remove http://default from content
This commit is contained in:
parent
025aaf3be2
commit
76ed8e141b
392 changed files with 525 additions and 525 deletions
|
@ -49,7 +49,7 @@ body:
|
|||
|
||||
format: full_html
|
||||
processed: |
|
||||
<p>Now <a href="http://default/daily/2025/02/28/preprocessors">CSS supports variables</a> (aka custom properties) and <a href="http://default/daily/2024/07/16/tailwind-css-v4--with-even-more-css">Tailwind CSS v4 is configured using CSS</a> instead of JavaScript, I've been making heavy use of CSS variables in my front-end code.</p>
|
||||
<p>Now <a href="/daily/2025/02/28/preprocessors">CSS supports variables</a> (aka custom properties) and <a href="/daily/2024/07/16/tailwind-css-v4--with-even-more-css">Tailwind CSS v4 is configured using CSS</a> instead of JavaScript, I've been making heavy use of CSS variables in my front-end code.</p>
|
||||
|
||||
<p>I still use Tailwind to do the heavy lifting, but I can use CSS variables to extract themeable classes with variables like <code>--color-primary</code> that can change value based on a data attribute or by something else.</p>
|
||||
|
||||
|
@ -57,7 +57,7 @@ body:
|
|||
|
||||
<p>Tailwind has a arbitrary syntax to easily use CSS variables - e.g. <code>bg-(--color-primary)</code> - and you can define one-off variables with <code>[--box-spacing:30px]</code> or <code>[--box-spacing:--spacing(3)]</code> and using the standard arbitrary class syntax.</p>
|
||||
|
||||
<p>CSS variables aren't specific to Tailwind CSS, so if I wasn't using Tailwind in a codebase, I'd use the new native CSS features <a href="http://default/daily/2024/05/26/is-it-time-to-stop-writing-sass">instead of a preprocessor like Sass</a>.</p>
|
||||
<p>CSS variables aren't specific to Tailwind CSS, so if I wasn't using Tailwind in a codebase, I'd use the new native CSS features <a href="/daily/2024/05/26/is-it-time-to-stop-writing-sass">instead of a preprocessor like Sass</a>.</p>
|
||||
|
||||
|
||||
summary: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue