Email or username:

Password:

Forgot your password?
Top-level
holothuroid

@foone I believe that code in one file vs code distributed over several files is discussed too little in general.

2 comments
OpenDNA⚙️

@holothuroid @foone
<head>
<?php include 'stylesheet.css'; ?>
</head>

holothuroid

@opendna

That doesn't solve the problem.

Rather you'd need autocomplete by feature. Like you want red text, your editor should show you a list of css classes that make the text red.

Or give you suggestions like "You are using color-red size-7 together 6 times. Would you like to introduce a semantic class?"

If such is not possible, people will use Tailwind etc.

@foone

Go Up