-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Добавить поддержку CSS Modules #2607
Comments
См. #3345 Старый ресёч на тему оптимизации CSS ModulesПро оптимизацию CSS Modules
Я подумол, потом пошёл пообщался в телеге с SPB Frontend Chat, затем ещё посидел подумол и вот к чему пришёл: Оптимизация типа -import styles from "./Comp.module.css"
-const Comp = () => <div className={styles.Comp} />
+require("./Comp.module.css");
+const Comp = () => <div className="vkuiCmp" /> тщетна и имеет свой минус
|
Для
vkuiClass
vkui
переходим на CSS Modules
Пример
vkuiClass
в документацияхThe text was updated successfully, but these errors were encountered: