📚 node [[2023 10 06]]
  • Friday, 10/06/23 ** 09:48 Website edit system for documents 'Sign in with github' Creates a pull request in the background to make the requested edit to the text

Would be so cool!!!!!!!

Really I want this for jake.isnt.online but would have to be part of the backend thing for uln.industries right? I'll figure it out!!!!!!!!!! ** 10:15 If the argument for Tailwind CSS is optimization... wait. A more intelligent SCSS compiler should be able to handle abstracting across different CSS styles and classes to minify them.

How?

Module SCSS files have to be imported. If a class is actually a combination of other class names, it's trivial to pass multiple class name arguments instead of one; you just leave a space between them.

This means an optimizing SCSS compiler can split classes, find similar classes using the same code, and unify them across the whole project, significantly reducing SCSS size. If my CSS class with 10 rules shares 5 distinct rules, each with two other classes, we can serialize those 5 rules to a class, then - on import - append that class name to the current one when deploying to production

A linting rule could also catch this project-wide and encourage the user to refactor and reduce the use of them. ** 10:39 When meeting someone - make sure the question takes as much effort as the answer. If the answer takes more effort, the conversation is no fun, and the asker isn't actually listening. ** 18:57 I like interfaces of any kind

📖 stoas
⥱ context