1 line
39 KiB
Text
1 line
39 KiB
Text
|
{"version":3,"sources":["<no source>","file:///Users/ket/Documents/work/dsfr/src/component/content/style/_module.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_styles.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/display/tool/_display.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_space.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_size.scss","%3Cinput%20css%20wBL4f4%3E","file:///Users/ket/Documents/work/dsfr/src/core/style/media/_tool.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_nest.scss","file:///Users/ket/Documents/work/dsfr/src/component/link/style/tool/_size.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/_default.scss","file:///Users/ket/Documents/work/dsfr/src/component/content/style/_tool.scss","file:///Users/ket/Documents/work/dsfr/src/component/content/deprecated/style/_module.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/action/tool/_link.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/action/tool/_hover.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/src/component/link/style/tool/_icon.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/display/tool/_mask-image.scss","file:///Users/ket/Documents/work/dsfr/src/component/content/style/_scheme.scss","file:///Users/ket/Documents/work/dsfr/module/disabled/mixin/_selector.scss","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"],"names":[],"mappings":"AAAA;;GAAA,ACKA,kBCoGI,gBAAA,CAAA,iBAAA,CCtFA,kBAAA,CARA,YAAA,CAIA,qBAAA,CCkBA,eAfE,CCwCA,UClCN,CLZE,uBI8CI,UC/BN,CLXE,0LMJA,yBDmBF,CLVE,2BEVE,YAAA,CAIA,qBAAA,CDWF,gBAAA,CAGE,mBAAA,CEAE,iBAXA,CCwCA,UCnBN,CEhCI,oCCKF,gBAAA,CACA,mBAFc,CLkBV,iBAXA,CKeJ,SHYF,CI7BE,qFC0BE,mBLMJ,CLjBE,oCGFI,iBEsBN,CMnCM,sFACE,oBNqCR,CMtCM,sFAUI,eAAA,CATF,qBN6CR,COvDI,0CC0BF,oBAAA,CCwBE,yBAAA,CC+EE,eAAA,CACA,gBAAA,CAHF,4BAAA,CA7FA,yCAAA,CP7BF,iBAAA,CACA,kBAFc,CQoBZ,eAAA,CADA,cAAA,CRbA,eAFW,CQcX,gBAAA,CRIF,qBHiDF,CIlEE,gDOiBI,gBAAA,CN2BF,6BAAA,CDzCE,UCqD+B,CAdjC,oBAAA,CADA,aAAA,CNIE,uBAAA,CY1BA,iBAnBY,CAkBZ,qBAAA,CC5BJ,0DP0CM,COzCN,kDPyCM,COrCN,2BPmD2B,COlD3B,mBPkD2B,CAHzB,kDAAA,CNDE,sBC8BN,CIxEE,iDAGI,YJwEN,CalFI,sDHgCA,8BV2EJ,CcjGW,0GJqHL,eAAA,CACA,gBAAA,CAHF,4BAAA,CA7FA,+BVwFJ,CelHI;ECRI,cAAA,ChBDR,CeSI;ECRI,cAAA,CVSF,sFAII,SNsCR,CM1CI,sFAII,UN8CR,CAzDF,CeMI;ECRI,cAAA,ChBKR,CeGI;ECRI,cAAA,ChBQR","file":"content.main.min.css","sourcesContent":[null,"////\n/// Content Module\n/// @group content\n////\n\n#{ns(content-media)} {\n @include size(100%);\n @include margin(10v 0);\n @include display-flex(column, center);\n @include set-text-margin(0);\n @include set-title-margin(0);\n\n &__img {\n @include size(100%);\n }\n\n #{class-start-with(ns('responsive-img', ''))},\n #{class-start-with(ns('responsive-vid', ''))} {\n @include aspect-ratio();\n }\n\n &__caption {\n @include display-flex(column);\n @include size(100%);\n @include margin-top(3v);\n @include text-style(xs);\n @include nest-link(xs, null) {\n @include margin-right(auto);\n }\n }\n\n #{ns(transcription)} {\n @include margin-top(3w);\n }\n\n $medias: (#{&}__img, ns(responsive-vid));\n @include content-media-sizes($medias, 25%);\n}\n","////\n/// Core Tool : Typography build\n/// @group core\n////\n\n@use 'module/spacing';\n\n@function get-text-style($font-size) {\n @return map-get($text-styles, $font-size);\n}\n\n@function get-title-style($font-size) {\n @return map-get($title-styles, $font-size);\n}\n\n@mixin _stylize($font-size, $styles, $prepend, $append) {\n $style: map-get($styles, $font-size);\n\n @if $prepend == null {\n $prepend: '';\n }\n\n @if $append == null {\n $append: '';\n }\n\n font-size: #{$prepend} spacing.space($font-size) #{$append};\n\n @if map-has-key($s
|