Skip to content

Conversation

@Ramazanmak
Copy link
Collaborator

No description provided.

@Ramazanmak Ramazanmak requested a review from mr150 October 13, 2025 14:10
@Ramazanmak Ramazanmak self-assigned this Oct 13, 2025
index.html Outdated
@@ -0,0 +1,128 @@
<!doctype html>
<html lang="en" class="Fnf-sans-serif -HeaderH16u">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В ключевых словах Fnf есть системный шрифт - его надо

package.json Outdated
},
"devDependencies": {
"@mlut/plugins": "^1.0.3",
"mlut": "7.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CLI не нужен, если есть плагин

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Итоговый CSS не храним

@@ -1,9 +1,7 @@
@use 'mlut' with (
$jit: (
"output": "src/assets/style/style.css",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Получается у меня должен быть такой конфиг style.scss:

@use 'mlut';
/* палитра цветов */

vite.config.js Outdated

const mlut = vite({
input: './src/assets/style/style.scss',
output: "./src/assets/style/style.css",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А здесь у меня должен быть такой конфиг vite.config.js:

import { vite } from '@mlut/plugins';
import { defineConfig } from 'vite';

const mlut = vite({
	input: 'src/assets/style/style.scss',
  output: "dist/assets/style.css",
	minify: true,
});

export default defineConfig(() => {
	return {
		plugins: [mlut],
	}
});

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Да, такой, как в моем коммите

<meta charset="UTF-8" />
<link rel="icon" href="src/assets/img/favicon.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>playground</title>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<title>playground</title>
<title>mlut playground</title>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants