You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i try to add avalanche to my typescript react project i have install it with npm install --save avalanche-css but when i try to use it inside my components like :
My jsx don't apply the style to the code like it was usually do it when i was using it with Shopify i don't get why.
Should i have to import something like import {grid} from 'avalanche' or <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/avalanche-css/1.3.0/avalanche.min.css"/>
Sorry for the dumb question but i try to use it for a technic test but i find nothing for help me on the web for how implement it properly inside my project.
The text was updated successfully, but these errors were encountered:
Hi i try to add avalanche to my typescript react project i have install it with
npm install --save avalanche-css
but when i try to use it inside my components like :My jsx don't apply the style to the code like it was usually do it when i was using it with Shopify i don't get why.
Should i have to import something like
import {grid} from 'avalanche'
or<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/avalanche-css/1.3.0/avalanche.min.css"/>
Ihave eject the project and im using :
Sorry for the dumb question but i try to use it for a technic test but i find nothing for help me on the web for how implement it properly inside my project.
The text was updated successfully, but these errors were encountered: