awinogradov / enb-postcss

PostCSS for ENB
11 stars 7 forks source link

Add option for postcss import plugin #22

Closed adinvadim closed 8 years ago

adinvadim commented 8 years ago

In enb-postcss is used postcss-import, but there are some cases, when user need other one. For example: precss use postcss-partial-import Now, sugarSS correct work only with postcss-easy-import

To not break backward compatibility enb-postcss will use by default postcss-import

@awinogradov Any suggestions or objection?

awinogradov commented 8 years ago

We can remove postcss-import from core. You can add postcss-import with others plugins and custom props.

adinvadim commented 8 years ago

https://github.com/awinogradov/enb-postcss/pull/24