The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › Other › Sass & 3rd-party Plugin CSS: Best practice
Hi folks,
I’m in the process of stepping up to Sass and I’ve been following Chris’ Sass Style Guide ( https://css-tricks.com/sass-style-guide/)
But I have a query about integrating CSS from third-party plugins (eg; Fancybox, jCarousel etc)
Previously I have minified and merged all plugin CSS into separate a ‘plugin.css’ file.
Would this still be the case? Or could you @import the plugin.css as well?
Thanks,
CJ