hyperfocalHQ/pollen

Add SCSS import option

GrimLink opened this issue ยท 2 comments

I am really liking what you're doing here,
and I also read your Dev.to article, that sadly got a lot of hate from TailwindCSS fans.

But back to the feature request ๐Ÿ˜‰

I also created a CSS framework using both CSS Utilities, CSS Components and Native Components,
powered also through CSS variables.
And I offer import options for both Sass and CSS (PostCSS).

I was wondering If you are also planing to offer the CSS variables in a SCSS file.
This would give your framework even more flexibility to be used in different CSS environments.

Not a must, just curious if you open to this option.

Hey thanks! I don't use SCSS so not sure what would be involved. Can you not import .css files directly? It shouldn't need any rewriting of the actual output, since CSS vars will work in SCSS as normal

If it's just a matter of writing the same output to pollen.scss then that shouldn't be too hard.

@madeleineostoja true I kan just use PostCSS next to SCSS to import it this way.
I was just wondering if your open to this option.