Configure the import resolution #15546
Unanswered
oscarotero
asked this question in
Help
Replies: 1 comment 1 reply
-
This is incorrect. You should be able to @import "./_includes/styles/my-styles.css"; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a way to configure an alias or a default folder to import files in v4
I know
@source
but, afaik it seems to work only withnode_modules
dependencies?What I need is a way to import css files from a specific folder. For example, let's say I have the
_includes/styles
folder in the root of my project:Is there any way to do this in the standalone CLI version? (I'm not using node).
Maybe a CLI argument:
./tailwind --imports=_includes/styles
.Or a CSS config like:
Beta Was this translation helpful? Give feedback.
All reactions