Move all files to sculpin/

This commit is contained in:
Oliver Davies 2025-10-01 00:01:33 +01:00
parent c5d71803a5
commit 0f61b4e9ee
1514 changed files with 0 additions and 0 deletions

View file

@ -1,29 +0,0 @@
---
title: You can do utility-first CSS with Sass
date: 2024-07-09
permalink: daily/2024/07/09/you-can-do-utility-first-css-with-sass
tags:
- software-development
- css
- tailwind-css
- sass
cta: ~
snippet: |
You can do utility-first CSS with Sass, if you want.
---
Yesterday, I said that [I'm working on a Sass project with no utility or atomic styles][0].
But, the two aren't mutually exclusive.
You can do both.
You can write your own utility classes, like `flex`, `font-bold` or `text-red` in Sass or plain CSS.
You can use a framework like Tailwind CSS, but you don't need to.
In some projects, with existing stylesheets and usually other frameworks, you can't add anothe full framework without having unintended consequences.
Usually, if I want to introduce utility classes to an existing project, I start by writing my own that are inspired by a framework such as Tailwind CSS and maybe refactor to the framework later once the concept has been introduced and the codebase is able to work with it.
[0]: {{site.url}}/daily/2024/07/08/back-to-sass-and-traditional-css