Pradip Thakkar
Pradip Thakkar

Reputation: 32

how to execute predefined CSS file in Susy grid project?

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

Answers (1)

Maxime Fabre
Maxime Fabre

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

Related Questions