You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Foundation 6.2.0.1 installed via Gem, I enable flex box as per the documentation and my site won't load. It's getting stuck loading application.css.scss.
ActionView::Template::Error (Properties are only allowed within rules, directives, mixin includes, or other properties.):
6:
7: <title><%= content_for?(:title) ? yield(:title) : "Title" %></title>
8:
9: <%= stylesheet_link_tag "application" %>
10: <%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
11: <%= csrf_meta_tags %>
app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb__73442163__584527848'
The text was updated successfully, but these errors were encountered:
addstar34
changed the title
enabling Flex Grid gives an ActionView::Template::Error
enabling Flexbox Mode gives an ActionView::Template::Error
Apr 5, 2016
Using Foundation 6.2.0.1 installed via Gem, I enable flex box as per the documentation and my site won't load. It's getting stuck loading application.css.scss.
_settings.scss
$global-flexbox: true;
foundation_and_overrides.scss
// @include foundation-grid;
@include foundation-flex-grid;
@include foundation-flex-classes;
returns the following error:
The text was updated successfully, but these errors were encountered: