Sha256: fbf6b49d28a31e38124b5a8dd8ef1501e7249fe545ac3cf7e61dff0d7da6c779

Contents?: true

Size: 917 Bytes

Versions: 5

Compression:

Stored size: 917 Bytes

Contents

// IE8 support is removed in govuk-frontend v5
// but as we still use IE8 mixin and generate a
// separate stylesheet, we'll supress the warning for now
// https://frontend.design-system.service.gov.uk/sass-api-reference/#govuk-suppressed-warnings
$govuk-suppressed-warnings: (
  ie8
);
$govuk-assets-path: "/assets/govuk/assets/" !default;

// Include only the bits of GOV.UK Frontend we need
$govuk-new-link-styles: true;
@import "govuk/base";

@import "govuk/core/index";
@import "govuk/objects/index";

@import "govuk/components/footer/index";
@import "govuk/components/header/index";
@import "govuk/components/inset-text/index";
@import "govuk/components/input/index";
@import "govuk/components/tag/index";
@import "govuk/components/skip-link/index";
@import "govuk/components/warning-text/index";

@import "govuk/utilities/index";
@import "govuk/overrides/index";

@import "core";
@import "vendor/fixedsticky";

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
govuk_tech_docs-4.2.0 lib/assets/stylesheets/_govuk_tech_docs.scss
govuk_tech_docs-4.1.2 lib/assets/stylesheets/_govuk_tech_docs.scss
govuk_tech_docs-4.1.1 lib/assets/stylesheets/_govuk_tech_docs.scss
govuk_tech_docs-4.1.0 lib/assets/stylesheets/_govuk_tech_docs.scss
govuk_tech_docs-4.0.0 lib/assets/stylesheets/_govuk_tech_docs.scss