{"version":3,"sources":["../../../src/govuk/settings/_index.scss"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E,QAAQ;;AAER,gBAAgB;;AAEhB,kBAAkB;AAClB,uBAAuB;;AAEvB,uBAAuB;;AAEvB,yBAAyB;AACzB,+BAA+B;AAC/B,yBAAyB;;AAEzB,iBAAiB;AACjB,sBAAsB;;AAEtB,yBAAyB;AACzB,+BAA+B;;AAE/B,eAAe;;AAEf,mEAAmE;AACnE,uEAAuE;AACvE,2EAA2E;AAC3E,gBAAgB;AAChB;EACE;;;;;GAKC;AACH","file":"_index.scss","sourcesContent":["// The order we import settings in is important, as some settings files rely on\n// others\n\n@import \"assets\";\n\n@import \"warnings\";\n@import \"global-styles\";\n\n@import \"media-queries\";\n\n@import \"colours-palette\";\n@import \"colours-organisations\";\n@import \"colours-applied\";\n\n@import \"spacing\";\n@import \"measurements\";\n\n@import \"typography-font\";\n@import \"typography-responsive\";\n\n@import \"links\";\n\n// LibSass evaluates this as a single unquoted string, equivalent to\n// \"true == false\", whereas Dart Sass evaluates it as \"true\" == \"false\".\n// Because a string in Sass is truthy, LibSass will output the warning; Dart\n// Sass will not.\n@if #{true} == #{false} {\n  @include _warning(\n    \"libsass\",\n    \"It looks like you may be using LibSass to compile your Sass. LibSass is \" +\n      \"deprecated and will not be supported by the next major version of \" +\n      \"GOV.UK Frontend. See https://sass-lang.com/libsass/ for more information.\"\n  );\n}\n"]}
