Variables can now be used to override foundation vars

This commit is contained in:
Rohan Mitchell
2015-05-08 11:15:27 +10:00
parent f6c1be97a8
commit a450d3af81

View File

@@ -2,11 +2,12 @@
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require_self
*= require foundation
*= require_tree .
*/
@import 'variables';
@import 'foundation';
@import 'foundation-icons';
ofn-modal {