- 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>