File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3
3
/// /
4
4
5
5
@import ' ~@react-md/typography/dist/variables' ;
6
- @import ' mixins' ;
6
+ @import ' ./ mixins' ;
7
7
8
8
/// Creates the font face for material icons. This takes either a font url
9
9
/// prefix string or a map of urls for each required font file. If you are using
Original file line number Diff line number Diff line change 37
37
///
38
38
///
39
39
/// @example scss - Updating the base icon size with a media query
40
- /// @media (min-width: 75rem) {
41
- /// @include rmd-icon-theme-update-var(size, rmd-icon-theme(dense-size));
40
+ /// :root {
41
+ /// @media (min-width: 75rem) {
42
+ /// @include rmd-icon-theme-update-var(size, rmd-icon-theme(dense-size));
43
+ /// }
42
44
/// }
43
45
///
44
46
/// @param {String} theme-style - The icon theme style type to update. This
Original file line number Diff line number Diff line change 56
56
/// A mixin that allows you to animate box shadow performantly.
57
57
///
58
58
/// @example scss - Simple Usage
59
- /// @import '~@react-md/theme/dist/color-palette';
60
- ///
61
59
/// .my-class {
62
60
/// $start-shadow : inset 0 0 1px $rmd-blue-500 ;
63
61
/// $end-shadow : inset 0 0 4px $rmd-blue-500 ;
66
64
/// }
67
65
///
68
66
/// @example scss - Merging with elevation
69
- /// @import '~@react-md/elevation/dist/functions';
70
- /// @import '~@react-md/theme/dist/color-palette';
71
- ///
72
67
/// .my-class {
73
68
/// $start-shadow : rmd-elevation (2 );
74
69
/// $end-shadow : rmd-elevation (4 ), inset 0 0 4px $rmd-blue-500 ;
You can’t perform that action at this time.
0 commit comments