master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.82k stars 41 forks source link

🐞 Config File Not Found #368

Closed neneodonkor closed 1 month ago

neneodonkor commented 1 month ago

Description

I am running MasterCSS in a Nuxt v3.13.2 (compatibility v4) project, and it seems not recognize the css file in the root directory. As a result I cannot extend MasterCSS with my own variables.

image

Reproduction

No response

System Informations

No response

neneodonkor commented 1 month ago

Okay. I was able to solve it by moving the file from the root folder into the app folder. and changing the import to './master.css'.

image