primefaces / primeflex

PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well
https://www.primefaces.org/primeflex
MIT License
626 stars 191 forks source link

3.1.1 : Load from CDN is mandatory (?) #193

Open zviered opened 12 months ago

zviered commented 12 months ago

angular.json package.json

Hello,

As can you see in package.json, I installed primeflex and imported it in the styles section of angular.json. Then I tried one of grid samples but it did not work.

Only after adding: <link rel="stylesheet" href="https://unpkg.com/primeflex@latest/primeflex.css"> to index.html. it worked.

I can't use this because I have to work offline without internet. Can you please advise ?

Thank you, Zvika