PostCSS is an open source tool and JavaScript library that enables developers to use CSS with new features, like variables, mixins, and functions, which are not natively supported by CSS. PostCSS helps to write and maintain complex CSS stylesheets more quickly, which helps developers to save time and resources. PostCSS is used to transform stylesheet languages such as Sass, Less and SCSS into regular CSS stylesheets, allowing developers to use the latest features of CSS without having to wait for browsers to support them. PostCSS also provides a plugin system which allows developers to extend the capabilities of PostCSS. Plugins can be used to lint code, optimize code, add vendor prefixes and more. PostCSS is a powerful tool that can be used to create dynamic and powerful designs with ease.
PostCSS Comments
By M_O_Z_G · Jan 2019
Es un desastre en este momento. Por otro lado, hay una buena flexibilidad, lo que permite escalar y personalizar las reglas para cualquier gusto. Pero no funcionará sin problemas con cualquier sistema operativo y entorno. Algunos complementos tienen diferentes dependencias, a veces es más que Node.js. Y como puede cambiar totalmente el flujo de trabajo, sería difícil entender y reconstruir su código por parte de desarrolladores externos, ya que puede cambiar incluso la sintaxis. Es un paradigma diferente de los preprocesadores de CSS. Usted debe hacer su elección sabiamente. En cualquier caso, PostCSS puede ser útil además de cualquier otro preprocesador. No estoy listo para calificar esto ahora mismo, hay muchas ventajas, pero también muchas desventajas. Y todo depende del proyecto especificado.