Files
notifications-admin/app/assets/stylesheets/govuk_elements/main.scss
Chris Hill-Scott a5f4580a7f Get SASS compilation working
Main thing that was missing was including the main CSS file in the template.

There are a few hacky bits here, like moving the whole of toolkit inside the
stylesheets directory.

Would arguably be cleaner using something that isn’t Flask Assets, but that’s
something for later.
2015-12-11 09:48:59 +00:00

29 lines
802 B
SCSS

// GOV.UK front end toolkit
// Sass mixins and variables
// https://github.com/alphagov/govuk_frontend_toolkit/tree/master/stylesheets
@import "../govuk_frontend_toolkit/stylesheets/design-patterns/alpha-beta";
@import "../govuk_frontend_toolkit/stylesheets/design-patterns/buttons";
// GOV.UK elements
@import "elements/helpers";
@import "elements/reset";
@import "elements/elements-typography";
@import "elements/layout";
@import "elements/forms";
@import "elements/forms/form-block-labels";
@import "elements/forms/form-date";
@import "elements/forms/form-validation";
@import "elements/tables";
@import "elements/lists";
@import "elements/details";
@import "elements/panels";
@import "elements/buttons";
@import "elements/icons";
@import "elements/components";
@import "elements/breadcrumb";