postcss / postcss-import

PostCSS plugin to inline at-import rules content
MIT License
1.37k stars 116 forks source link

add docs for url notation #520

Closed romainmenke closed 1 year ago

romainmenke commented 1 year ago

fixes : https://github.com/postcss/postcss-import/issues/519

We got a question about this in the CSSTools discord. It seems that people assume that @import url() is not supported because it isn't listed in the readme.

This change adds some simple examples.

romainmenke commented 1 year ago

Thank you for the feedback @RyanZim. I've made a few more edits.