Is there anyway to import a regular CSS file with Sass\'s @import command? While I\'m not using all of the SCSS syntax from sass, I do still enjoy it\'s combini
@import
It is now possible using:
@import 'CSS:directory/filename.css';