This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Description
my config
require('postcss-assets')({
loadPaths: ['../']
}),
my css
src: resolve('fonts/som-ui-icons.woff?t=1472440741') format('woff'),
resolve('fonts/som-ui-icons.ttf?t=1472440741') format('truetype');
it can complied and run, but my icon not found. i try some other features too , i aslo no use.
why - -