-
Notifications
You must be signed in to change notification settings - Fork 32
it seem like cant find file #82
Comments
@cleverboy32 do you observe any PostCSS-related errors in the console? |
no . nothing console. it show Compiled successfully |
@cleverboy32 how do you see that the icon is not found? |
@cleverboy32 but what about som-ui-icons.woff font itself? Is it being loaded? Because the problem might be with the font itself. |
is i use this and i use reslove ,try all the prossible path, but it just no error to log, so i cant konw why |
What does the resulting CSS look like? |
@cleverboy32 what about this part? How does it look like in the compiled CSS? src: resolve('fonts/som-ui-icons.woff?t=1472440741') format('woff'),
resolve('fonts/som-ui-icons.ttf?t=1472440741') format('truetype'); |
oh, it still my postcss.config.js and i use webpack
|
@cleverboy32 well, it does look to me that your file is not being processed by PostCSS at all. By design, PostCSS Assets is never expected to keep those Could you publish an example setup somewhere which I can use to reproduce the issue myself? I can try to help. |
i did this. thank for you helping. the post plugin i put it at the last step, and it will can parse. seem like it need the file convert totally, the plugin can Become effective。
|
my config
my css
it can complied and run, but my icon not found. i try some other features too , i aslo no use.
why - -
The text was updated successfully, but these errors were encountered: