“Unitize” Plugins für PHP Storm – Shopware

This plugin wraps CSS properties in the unitize mixin from Shopware in less files by pressing "Ctrl + U" and for Mac "Command + U"

margin: 10px 0 10px;
/* Becomes */
.unitize-margin(10px, 0);

By pressing Ctrl + Shift + Alt + U you can unitize a whole file.
Mac: Option + Shift + Command + U

https://plugins.jetbrains.com/plugin/10138-unitize

unitize-shopware

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert