@ng-matero/extensions 16.3.1 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_index.scss +2 -1
- package/alert/_alert-theme.scss +54 -24
- package/alert/alert.d.ts +3 -6
- package/alert/alert.scss +3 -3
- package/button/_button-theme.scss +6 -4
- package/button/button-loading.d.ts +5 -10
- package/button/button-module.d.ts +5 -5
- package/checkbox-group/checkbox-group.d.ts +4 -9
- package/colorpicker/_colorpicker-theme.scss +62 -34
- package/colorpicker/colorpicker-input.d.ts +1 -3
- package/colorpicker/colorpicker-toggle.d.ts +2 -3
- package/colorpicker/colorpicker.d.ts +5 -6
- package/core/color/_all-color.scss +7 -18
- package/core/density/_all-density.scss +28 -14
- package/core/mdc-helpers/_mdc-helpers.scss +27 -238
- package/core/style/_sass-utils.scss +13 -1
- package/core/style/_validation.scss +43 -0
- package/core/theming/_all-theme.scss +32 -17
- package/core/theming/_inspection.scss +303 -0
- package/core/theming/_m2-inspection.scss +266 -0
- package/core/tokens/_token-utils.scss +4 -5
- package/core/tokens/m2/mdc/_plain-tooltip.scss +21 -29
- package/core/tokens/m2/mtx/_alert.scss +14 -15
- package/core/tokens/m2/mtx/_colorpicker.scss +8 -11
- package/core/tokens/m2/mtx/_datetimepicker.scss +38 -47
- package/core/tokens/m2/mtx/_drawer.scss +9 -10
- package/core/tokens/m2/mtx/_grid.scss +34 -22
- package/core/tokens/m2/mtx/_loader.scss +6 -6
- package/core/tokens/m2/mtx/_popover.scss +10 -11
- package/core/tokens/m2/mtx/_progress.scss +18 -17
- package/core/tokens/m2/mtx/_select.scss +65 -25
- package/core/tokens/m2/mtx/_split.scss +8 -11
- package/core/typography/_all-typography.scss +40 -0
- package/core/typography/_typography.scss +1 -579
- package/datetimepicker/_datetimepicker-theme.scss +75 -48
- package/datetimepicker/calendar.d.ts +7 -14
- package/datetimepicker/calendar.scss +16 -4
- package/datetimepicker/clock.d.ts +1 -2
- package/datetimepicker/datetimepicker-content.scss +3 -3
- package/datetimepicker/datetimepicker-input.d.ts +1 -2
- package/datetimepicker/datetimepicker-toggle.d.ts +2 -3
- package/datetimepicker/datetimepicker.d.ts +15 -26
- package/datetimepicker/month-view.d.ts +1 -1
- package/datetimepicker/multi-year-view.d.ts +1 -1
- package/datetimepicker/time.d.ts +3 -5
- package/datetimepicker/time.scss +2 -2
- package/datetimepicker/year-view.d.ts +1 -1
- package/drawer/_drawer-theme.scss +55 -22
- package/drawer/drawer-container.scss +25 -4
- package/esm2022/alert/alert-module.mjs +4 -4
- package/esm2022/alert/alert.mjs +11 -18
- package/esm2022/button/button-loading.mjs +13 -23
- package/esm2022/button/button-module.mjs +6 -7
- package/esm2022/checkbox-group/checkbox-group-module.mjs +4 -4
- package/esm2022/checkbox-group/checkbox-group.mjs +18 -29
- package/esm2022/colorpicker/colorpicker-input.mjs +13 -14
- package/esm2022/colorpicker/colorpicker-module.mjs +4 -4
- package/esm2022/colorpicker/colorpicker-toggle.mjs +18 -18
- package/esm2022/colorpicker/colorpicker.mjs +31 -36
- package/esm2022/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
- package/esm2022/column-resize/column-resize-directives/column-resize.mjs +4 -4
- package/esm2022/column-resize/column-resize-module.mjs +4 -4
- package/esm2022/column-resize/column-resize-notifier.mjs +7 -7
- package/esm2022/column-resize/column-resize.mjs +3 -3
- package/esm2022/column-resize/column-size-store.mjs +3 -3
- package/esm2022/column-resize/event-dispatcher.mjs +4 -4
- package/esm2022/column-resize/overlay-handle.mjs +3 -3
- package/esm2022/column-resize/resizable.mjs +3 -3
- package/esm2022/column-resize/resize-strategy.mjs +13 -13
- package/esm2022/core/datetime/datetime.module.mjs +8 -8
- package/esm2022/core/datetime/native-datetime-adapter.mjs +5 -5
- package/esm2022/core/pipes/is-template-ref.pipe.mjs +3 -3
- package/esm2022/core/pipes/pipes.module.mjs +4 -4
- package/esm2022/core/pipes/to-observable.pipe.mjs +3 -3
- package/esm2022/datetimepicker/calendar-body.mjs +5 -6
- package/esm2022/datetimepicker/calendar.mjs +30 -47
- package/esm2022/datetimepicker/clock.mjs +10 -9
- package/esm2022/datetimepicker/datetimepicker-input.mjs +14 -15
- package/esm2022/datetimepicker/datetimepicker-intl.mjs +3 -3
- package/esm2022/datetimepicker/datetimepicker-module.mjs +4 -4
- package/esm2022/datetimepicker/datetimepicker-toggle.mjs +18 -18
- package/esm2022/datetimepicker/datetimepicker.mjs +57 -80
- package/esm2022/datetimepicker/month-view.mjs +8 -9
- package/esm2022/datetimepicker/multi-year-view.mjs +8 -8
- package/esm2022/datetimepicker/time.mjs +18 -24
- package/esm2022/datetimepicker/year-view.mjs +8 -8
- package/esm2022/dialog/dialog-container.mjs +7 -7
- package/esm2022/dialog/dialog-module.mjs +4 -4
- package/esm2022/dialog/dialog.mjs +4 -4
- package/esm2022/drawer/drawer-container.mjs +7 -7
- package/esm2022/drawer/drawer-module.mjs +4 -4
- package/esm2022/drawer/drawer.mjs +5 -5
- package/esm2022/grid/cell.mjs +6 -6
- package/esm2022/grid/column-menu.mjs +5 -5
- package/esm2022/grid/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
- package/esm2022/grid/column-resize/column-resize-directives/column-resize.mjs +4 -4
- package/esm2022/grid/column-resize/column-resize-module.mjs +8 -8
- package/esm2022/grid/column-resize/overlay-handle.mjs +6 -6
- package/esm2022/grid/column-resize/resizable-directives/resizable.mjs +6 -6
- package/esm2022/grid/column-resize/resize-strategy.mjs +5 -5
- package/esm2022/grid/expansion-toggle.mjs +5 -5
- package/esm2022/grid/grid-module.mjs +4 -4
- package/esm2022/grid/grid-pipes.mjs +22 -22
- package/esm2022/grid/grid-utils.mjs +4 -4
- package/esm2022/grid/grid.mjs +76 -44
- package/esm2022/loader/loader-module.mjs +4 -4
- package/esm2022/loader/loader.mjs +17 -29
- package/esm2022/photoviewer/photoviewer-module.mjs +4 -4
- package/esm2022/photoviewer/photoviewer.mjs +7 -7
- package/esm2022/popover/popover-content.mjs +8 -8
- package/esm2022/popover/popover-module.mjs +4 -4
- package/esm2022/popover/popover-target.mjs +4 -4
- package/esm2022/popover/popover-trigger.mjs +6 -6
- package/esm2022/popover/popover.mjs +52 -137
- package/esm2022/progress/progress-module.mjs +4 -4
- package/esm2022/progress/progress.mjs +14 -25
- package/esm2022/select/option.mjs +11 -17
- package/esm2022/select/select-module.mjs +4 -4
- package/esm2022/select/select.mjs +13 -13
- package/esm2022/select/templates.mjs +44 -44
- package/esm2022/split/split-module.mjs +4 -4
- package/esm2022/split/split-pane.mjs +5 -5
- package/esm2022/split/split.mjs +7 -7
- package/esm2022/tooltip/tooltip-module.mjs +4 -4
- package/esm2022/tooltip/tooltip.mjs +22 -22
- package/fesm2022/mtxAlert.mjs +14 -21
- package/fesm2022/mtxAlert.mjs.map +1 -1
- package/fesm2022/mtxButton.mjs +17 -28
- package/fesm2022/mtxButton.mjs.map +1 -1
- package/fesm2022/mtxCheckboxGroup.mjs +21 -32
- package/fesm2022/mtxCheckboxGroup.mjs.map +1 -1
- package/fesm2022/mtxColorpicker.mjs +61 -64
- package/fesm2022/mtxColorpicker.mjs.map +1 -1
- package/fesm2022/mtxColumnResize.mjs +48 -48
- package/fesm2022/mtxCore.mjs +23 -23
- package/fesm2022/mtxDatetimepicker.mjs +150 -190
- package/fesm2022/mtxDatetimepicker.mjs.map +1 -1
- package/fesm2022/mtxDialog.mjs +14 -14
- package/fesm2022/mtxDialog.mjs.map +1 -1
- package/fesm2022/mtxDrawer.mjs +17 -17
- package/fesm2022/mtxDrawer.mjs.map +1 -1
- package/fesm2022/mtxGrid.mjs +150 -118
- package/fesm2022/mtxGrid.mjs.map +1 -1
- package/fesm2022/mtxLoader.mjs +20 -32
- package/fesm2022/mtxLoader.mjs.map +1 -1
- package/fesm2022/mtxPhotoviewer.mjs +10 -10
- package/fesm2022/mtxPhotoviewer.mjs.map +1 -1
- package/fesm2022/mtxPopover.mjs +73 -158
- package/fesm2022/mtxPopover.mjs.map +1 -1
- package/fesm2022/mtxProgress.mjs +17 -28
- package/fesm2022/mtxProgress.mjs.map +1 -1
- package/fesm2022/mtxSelect.mjs +68 -73
- package/fesm2022/mtxSelect.mjs.map +1 -1
- package/fesm2022/mtxSplit.mjs +14 -14
- package/fesm2022/mtxSplit.mjs.map +1 -1
- package/fesm2022/mtxTooltip.mjs +26 -26
- package/fesm2022/mtxTooltip.mjs.map +1 -1
- package/grid/_grid-theme.scss +60 -24
- package/grid/column-menu.scss +32 -3
- package/grid/grid.d.ts +33 -1
- package/grid/grid.scss +36 -108
- package/loader/_loader-theme.scss +55 -22
- package/loader/loader.d.ts +4 -9
- package/loader/loader.scss +1 -1
- package/package.json +13 -19
- package/photoviewer/photoviewer.d.ts +1 -0
- package/popover/_popover-theme.scss +55 -22
- package/popover/popover.d.ts +23 -54
- package/popover/popover.scss +2 -2
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/progress/_progress-theme.scss +60 -22
- package/progress/progress.d.ts +4 -9
- package/progress/progress.scss +3 -3
- package/select/_select-theme.scss +66 -34
- package/select/option.d.ts +2 -5
- package/select/select.d.ts +1 -3
- package/select/select.scss +104 -127
- package/split/_split-theme.scss +62 -32
- package/split/split.scss +2 -4
- package/tooltip/_tooltip-theme.scss +66 -34
- package/_theming.scss +0 -16
- package/alert/_alert-theme.import.scss +0 -2
- package/button/_button-theme.import.scss +0 -2
- package/colorpicker/_colorpicker-theme.import.scss +0 -2
- package/core/style/_elevation.scss +0 -91
- package/core/style/_private.scss +0 -32
- package/core/style/_variables.scss +0 -44
- package/core/style/_vendor-prefixes.scss +0 -46
- package/core/theming/_palette.scss +0 -746
- package/core/theming/_theming.scss +0 -463
- package/core/typography/_typography-utils.scss +0 -101
- package/datetimepicker/_datetimepicker-theme.import.scss +0 -4
- package/drawer/_drawer-theme.import.scss +0 -2
- package/grid/_grid-theme.import.scss +0 -2
- package/loader/_loader-theme.import.scss +0 -2
- package/popover/_popover-theme.import.scss +0 -2
- package/progress/_progress-theme.import.scss +0 -2
- package/select/_select-density.scss +0 -68
- package/select/_select-theme.import.scss +0 -3
- package/split/_split-theme.import.scss +0 -2
- package/tooltip/_tooltip-theme.import.scss +0 -1
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use 'sass:meta';
|
|
3
|
-
@use 'variables';
|
|
4
|
-
@use '@material/elevation/elevation-theme' as mdc-elevation;
|
|
5
|
-
|
|
6
|
-
// A collection of mixins and CSS classes that can be used to apply elevation to a material
|
|
7
|
-
// element.
|
|
8
|
-
// See: https://material.io/design/environment/elevation.html
|
|
9
|
-
// Examples:
|
|
10
|
-
//
|
|
11
|
-
//
|
|
12
|
-
// .mat-foo {
|
|
13
|
-
// @include $mat-elevation(2);
|
|
14
|
-
//
|
|
15
|
-
// &:active {
|
|
16
|
-
// @include $mat-elevation(8);
|
|
17
|
-
// }
|
|
18
|
-
// }
|
|
19
|
-
//
|
|
20
|
-
// <div id="external-card" class="mat-elevation-z2"><p>Some content</p></div>
|
|
21
|
-
//
|
|
22
|
-
// For an explanation of the design behind how elevation is implemented, see the design doc at
|
|
23
|
-
// https://goo.gl/Kq0k9Z.
|
|
24
|
-
|
|
25
|
-
// The default duration value for elevation transitions.
|
|
26
|
-
$transition-duration: 280ms !default;
|
|
27
|
-
|
|
28
|
-
// The default easing value for elevation transitions.
|
|
29
|
-
$transition-timing-function: variables.$fast-out-slow-in-timing-function;
|
|
30
|
-
|
|
31
|
-
// The default color for elevation shadows.
|
|
32
|
-
$color: black !default;
|
|
33
|
-
|
|
34
|
-
// Prefix for elevation-related selectors.
|
|
35
|
-
$prefix: 'mat-elevation-z';
|
|
36
|
-
|
|
37
|
-
// Applies the correct css rules to an element to give it the elevation specified by $zValue.
|
|
38
|
-
// The $zValue must be between 0 and 24.
|
|
39
|
-
@mixin elevation($zValue, $color: $color, $opacity: null) {
|
|
40
|
-
@if meta.type-of($color) == color and $opacity == null {
|
|
41
|
-
@include mdc-elevation.elevation($zValue, $color);
|
|
42
|
-
}
|
|
43
|
-
@else {
|
|
44
|
-
// Copied from @material/elevation/_elevation-theme.scss#_box-shadow
|
|
45
|
-
// TODO(mmalerba): Add support for graceful handling of CSS var color to MDC.
|
|
46
|
-
$shadow-color:
|
|
47
|
-
if(meta.type-of($color) == color and $opacity != null, rgba($color, $opacity), $color);
|
|
48
|
-
$umbra-z-value: map.get(mdc-elevation.$umbra-map, $zValue);
|
|
49
|
-
$penumbra-z-value: map.get(mdc-elevation.$penumbra-map, $zValue);
|
|
50
|
-
$ambient-z-value: map.get(mdc-elevation.$ambient-map, $zValue);
|
|
51
|
-
$box-shadow: (
|
|
52
|
-
#{'#{$umbra-z-value} #{$shadow-color}'},
|
|
53
|
-
#{'#{$penumbra-z-value} #{$shadow-color}'},
|
|
54
|
-
#{$ambient-z-value} $shadow-color
|
|
55
|
-
);
|
|
56
|
-
@include mdc-elevation.shadow($box-shadow);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// Applies the elevation to an element in a manner that allows
|
|
61
|
-
// consumers to override it via the Material elevation classes.
|
|
62
|
-
@mixin overridable-elevation($zValue, $color: $color) {
|
|
63
|
-
&:not([class*='#{$prefix}']) {
|
|
64
|
-
@include elevation($zValue, $color);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// Returns a string that can be used as the value for a transition property for elevation.
|
|
69
|
-
// Calling this function directly is useful in situations where a component needs to transition
|
|
70
|
-
// more than one property.
|
|
71
|
-
//
|
|
72
|
-
// .foo {
|
|
73
|
-
// transition: mat-elevation-transition-property-value(), opacity 100ms ease;
|
|
74
|
-
// }
|
|
75
|
-
@function private-transition-property-value(
|
|
76
|
-
$duration: $transition-duration,
|
|
77
|
-
$easing: $transition-timing-function) {
|
|
78
|
-
@return box-shadow #{$duration} #{$easing};
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
// Applies the correct css rules needed to have an element transition between elevations.
|
|
82
|
-
// This mixin should be applied to elements whose elevation values will change depending on their
|
|
83
|
-
// context (e.g. when active or disabled).
|
|
84
|
-
//
|
|
85
|
-
// NOTE(traviskaufman): Both this mixin and the above function use default parameters so they can
|
|
86
|
-
// be used in the same way by clients.
|
|
87
|
-
@mixin elevation-transition(
|
|
88
|
-
$duration: $transition-duration,
|
|
89
|
-
$easing: $transition-timing-function) {
|
|
90
|
-
transition: private-transition-property-value($duration, $easing);
|
|
91
|
-
}
|
package/core/style/_private.scss
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use './elevation';
|
|
3
|
-
|
|
4
|
-
@mixin private-theme-elevation($zValue, $config) {
|
|
5
|
-
$foreground: map.get($config, foreground);
|
|
6
|
-
$elevation-color: map.get($foreground, elevation);
|
|
7
|
-
$elevation-color-or-default: if($elevation-color == null, elevation.$color, $elevation-color);
|
|
8
|
-
|
|
9
|
-
@include elevation.elevation($zValue, $elevation-color-or-default);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@mixin private-theme-overridable-elevation($zValue, $config) {
|
|
13
|
-
$foreground: map.get($config, foreground);
|
|
14
|
-
$elevation-color: map.get($foreground, elevation);
|
|
15
|
-
$elevation-color-or-default: if($elevation-color == null, elevation.$color, $elevation-color);
|
|
16
|
-
|
|
17
|
-
@include elevation.overridable-elevation($zValue, $elevation-color-or-default);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// If the mat-animation-noop class is present on the components root element,
|
|
21
|
-
// prevent non css animations from running.
|
|
22
|
-
// NOTE: Currently this mixin should only be used with components that do not
|
|
23
|
-
// have any projected content.
|
|
24
|
-
@mixin private-animation-noop() {
|
|
25
|
-
&._mat-animation-noopable {
|
|
26
|
-
// Use !important here since we don't know what context this mixin will
|
|
27
|
-
// be included in and MDC can have some really specific selectors.
|
|
28
|
-
transition: none !important;
|
|
29
|
-
animation: none !important;
|
|
30
|
-
@content;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
// Media queries
|
|
2
|
-
// TODO(josephperrott): Change $mat-xsmall and $mat-small usages to rely on BreakpointObserver,
|
|
3
|
-
$xsmall: 'max-width: 599px';
|
|
4
|
-
$small: 'max-width: 959px';
|
|
5
|
-
|
|
6
|
-
// TODO: Revisit all z-indices before beta
|
|
7
|
-
// z-index main list
|
|
8
|
-
|
|
9
|
-
$z-index-fab: 20 !default;
|
|
10
|
-
$z-index-drawer: 100 !default;
|
|
11
|
-
|
|
12
|
-
// Global constants
|
|
13
|
-
$pi: 3.14159265;
|
|
14
|
-
|
|
15
|
-
// Padding between input toggles and their labels
|
|
16
|
-
$toggle-padding: 8px !default;
|
|
17
|
-
// Width and height of input toggles
|
|
18
|
-
$toggle-size: 20px !default;
|
|
19
|
-
|
|
20
|
-
// Easing Curves
|
|
21
|
-
// TODO(jelbourn): all of these need to be revisited
|
|
22
|
-
|
|
23
|
-
// The default animation curves used by material design.
|
|
24
|
-
$linear-out-slow-in-timing-function: cubic-bezier(0, 0, .2, .1) !default;
|
|
25
|
-
$fast-out-slow-in-timing-function: cubic-bezier(.4, 0, .2, 1) !default;
|
|
26
|
-
$fast-out-linear-in-timing-function: cubic-bezier(.4, 0, 1, 1) !default;
|
|
27
|
-
|
|
28
|
-
$ease-in-out-curve-function: cubic-bezier(.35, 0, .25, 1) !default;
|
|
29
|
-
|
|
30
|
-
$swift-ease-out-duration: 400ms !default;
|
|
31
|
-
$swift-ease-out-timing-function: cubic-bezier(.25, .8, .25, 1) !default;
|
|
32
|
-
$swift-ease-out: all $swift-ease-out-duration $swift-ease-out-timing-function !default;
|
|
33
|
-
|
|
34
|
-
$swift-ease-in-duration: 300ms !default;
|
|
35
|
-
$swift-ease-in-timing-function: cubic-bezier(.55, 0, .55, .2) !default;
|
|
36
|
-
$swift-ease-in: all $swift-ease-in-duration $swift-ease-in-timing-function !default;
|
|
37
|
-
|
|
38
|
-
$swift-ease-in-out-duration: 500ms !default;
|
|
39
|
-
$swift-ease-in-out-timing-function: $ease-in-out-curve-function !default;
|
|
40
|
-
$swift-ease-in-out: all $swift-ease-in-out-duration $swift-ease-in-out-timing-function !default;
|
|
41
|
-
|
|
42
|
-
$swift-linear-duration: 80ms !default;
|
|
43
|
-
$swift-linear-timing-function: linear !default;
|
|
44
|
-
$swift-linear: all $swift-linear-duration $swift-linear-timing-function !default;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3
|
-
@mixin user-select($value) {
|
|
4
|
-
-webkit-user-select: $value;
|
|
5
|
-
user-select: $value;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@mixin input-placeholder {
|
|
9
|
-
&::placeholder {
|
|
10
|
-
@content;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&::-moz-placeholder {
|
|
14
|
-
@content;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&::-webkit-input-placeholder {
|
|
18
|
-
@content;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// Note: this isn't necessary anymore since we don't support
|
|
22
|
-
// IE, but it caused some presubmit failures in #23416.
|
|
23
|
-
&:-ms-input-placeholder {
|
|
24
|
-
@content;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@mixin backface-visibility($value) {
|
|
29
|
-
-webkit-backface-visibility: $value;
|
|
30
|
-
backface-visibility: $value;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@mixin color-adjust($value) {
|
|
34
|
-
-webkit-print-color-adjust: $value;
|
|
35
|
-
print-color-adjust: $value;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@mixin private-background-clip($value) {
|
|
39
|
-
-webkit-background-clip: $value;
|
|
40
|
-
background-clip: $value;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@mixin clip-path($value) {
|
|
44
|
-
-webkit-clip-path: $value;
|
|
45
|
-
clip-path: $value;
|
|
46
|
-
}
|