Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where does @import "compass/css3"; in zurb's foundation come from?

I'm just trying to get my head round all things SASS, Compass and the Front-end framework Foundation from Zurb.

I've got everything installed properly, and my first foundation template is setup. Now I'm trying to configure what to include from the foundation framework.

In the foundation.scss file there is a line:

@import "compass/css3";

I can't for the life of me work out where this file is coming from.

like image 572
magicspon Avatar asked Jan 12 '13 14:01

magicspon


1 Answers

The file comes from Compass itself: http://compass-style.org/reference/compass/css3/

like image 77
cimmanon Avatar answered Sep 28 '22 10:09

cimmanon