Reputation: 32
I am new to susy grid. Can anyone tell me how to implement pre-defined css file in my susy grid project? I am using compass plugin.
Upvotes: 0
Views: 144
Reputation: 2252
I'm not sure I get what you meant, but to add already compiled .css files in your sass file, just use the @import
function – CSS files are not parsed by SASS when imported.
Upvotes: 1