TP_JO2024/home/dist/utility/icons/icons-development/icons-development.legacy.css.map

1 line
9.1 KiB
Text
Raw Normal View History

2024-03-27 17:19:37 +01:00
{"version":3,"sources":["<no source>","file:///Users/ket/Documents/work/dsfr/module/media-query/mixin/_respond-from.scss","file:///Users/ket/Documents/work/dsfr/module/shame/media-query/mixin/_order.scss","%3Cinput%20css%20H8YoKE%3E","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_pseudo.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/icon/tool/_legacy.scss"],"names":[],"mappings":"AAAA;;GAAA;ACeI;ECRI,cAAA;ACLR;AFaI;ECRI,cAAA;ACFR;AFUI;ECRI,cAAA;ACCR;AFOI;ECRI,cAAA;ACIR;ACFI;ECOF;;ICAE,gEAFI;EHCN;;EECA;;ICAE,gEAFI;EHIN;;EEFA;;ICAE,qEAFI;EHON;;EELA;;ICAE,qEAFI;EHUN;;EERA;;ICAE,yEAFI;EHaN;;EEXA;;ICAE,mEAFI;EHgBN;;EEdA;;ICAE,mEAFI;EHmBN;;EEjBA;;ICAE,uEAFI;EHsBN;;EEpBA;;ICAE,uEAFI;EHyBN;;EEvBA;;ICAE,uEAFI;EH4BN;;EE1BA;;ICAE,uEAFI;EH+BN;;EE7BA;;ICAE,sEAFI;EHkCN;;EEhCA;;ICAE,sEAFI;EHqCN;;EEnCA;;ICAE,6EAFI;EHwCN;;EEtCA;;ICAE,6EAFI;EH2CN;;EEzCA;;ICAE,mFAFI;EH8CN;;EE5CA;;ICAE,mFAFI;EHiDN;;EE/CA;;ICAE,2EAFI;EHoDN;;EElDA;;ICAE,2EAFI;EHuDN;;EErDA;;ICAE,mFAFI;EH0DN;;EExDA;;ICAE,mFAFI;EH6DN;;EE3DA;;ICAE,yEAFI;EHgEN;;EE9DA;;ICAE,yEAFI;EHmEN;;EEjEA;;ICAE,qEAFI;EHsEN;;EEpEA;;ICAE,4EAFI;EHyEN;;EEvEA;;ICAE,4EAFI;EH4EN;AACF","file":"icons-development.legacy.css","sourcesContent":[null,"@use '../variable/breakpoints';\n\n/// Set media query styles\n///\n/// @param {String} $media [md] - Layout size `['xs', 'sm', 'md', 'lg', 'xl']`\n///\n/// @example scss -\n/// .foo {\n/// @include respond-from(md) {\n/// }\n/// }\n@mixin respond-from($media) {\n $limits: map_get(breakpoints.$values, $media);\n\n @if $limits != null {\n @media (min-width: nth($limits, 1)) {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n","@use 'module/media-query/variable/breakpoints';\n@use 'module/media-query';\n\n@mixin order () {\n @each $bp, $limits in breakpoints.$values {\n @if $bp != xs {\n @include media-query.respond-from($bp) {\n /*! media #{$bp} */\n }\n }\n }\n}\n","@media (min-width: 36em) {\n /*! media sm */\n}\n@media (min-width: 48em) {\n /*! media md */\n}\n@media (min-width: 62em) {\n /*! media lg */\n}\n@media (min-width: 78em) {\n /*! media xl */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-icon-bug-fill::before, .fr-icon-bug-fill::after {\n background-image: url(\"../../../icons/development/bug-fill.svg\");\n }\n .fr-icon-bug-line::before, .fr-icon-bug-line::after {\n background-image: url(\"../../../icons/development/bug-line.svg\");\n }\n .fr-icon-code-box-fill::before, .fr-icon-code-box-fill::after {\n background-image: url(\"../../../icons/development/code-box-fill.svg\");\n }\n .fr-icon-code-box-line::before, .fr-icon-code-box-line::after {\n background-image: url(\"../../../icons/development/code-box-line.svg\");\n }\n .fr-icon-code-s-slash-line::before, .fr-icon-code-s-slash-line::after {\n background-image: url(\"../../../icons/development/code-s-slash-line.svg\");\n }\n .fr-icon-cursor-fill::before, .fr-icon-cursor-fill::after {\n background-image: url(\"../../../icons/development/cursor-fill.svg\");\n }\n .fr-icon-cursor-line::before, .fr-icon-cursor-line::after {\n background-image: url(\"../../../icons/development/cursor-line.svg\");\n }\n .fr-icon-git-branch-fill::before, .fr-icon-git-branch-fill::after {\n background-image: url(\"../../../icons/development/git-branch-fill.svg\");\n }\n .fr-icon-git-branch-line::before, .fr-icon-git-branch-line::after {\n background-image: url(\"../../../icons/development/git-branch-line.svg\");\n }\n .fr-icon-git-commit-fill::before, .fr-icon-git-commit-fill::after {\n background-image: url(\"../../../icons/development/git-commit-fill.svg\");\n }\n .fr-icon-git-commit-line::before, .fr-icon-git-commit-line::after {\n background-image: url(\"../../../icons/development/git-commit-line.svg\");\n }\n .fr-icon-git-merge-fill::before, .fr-icon-git-merge-fill::after {\n background-image: url(\"../../../icons/development/git-merge-fill.svg\");\n }\n