Install and use PrimeFlex CSS utility library in Vue project.

  • Run the following command in your command line.
npm install primeflex
  • Add provided code in main.js
import 'primeflex/primeflex.css';
  • To use PrimeFlex classes, consider the font size need to be changed.

‘text-xs’ is a PrimeFlex property with font-size: .75rem;

<p class="text-xs">Sample Text</p>

Leave a comment

Your email address will not be published. Required fields are marked *