diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 07:55:43 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 07:55:43 +0200 |
| commit | 5216739cf9b084f7388d687b84044f522d267cbf (patch) | |
| tree | 8619118c495fbe8f8aaf6680d1f391990ccb5feb /src/_iro-design.scss | |
| parent | Use pkg: to import include-media (diff) | |
| download | iro-design-5216739cf9b084f7388d687b84044f522d267cbf.tar.gz iro-design-5216739cf9b084f7388d687b84044f522d267cbf.tar.bz2 iro-design-5216739cf9b084f7388d687b84044f522d267cbf.zip | |
Use iro-sass via pkg:
Diffstat (limited to 'src/_iro-design.scss')
| -rw-r--r-- | src/_iro-design.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index c809f91..9a807ff 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
| @@ -5,7 +5,7 @@ $breakpoints: ( | |||
| 5 | xs: 400px, | 5 | xs: 400px, |
| 6 | ) !default; | 6 | ) !default; |
| 7 | 7 | ||
| 8 | @use 'iro-sass/src/responsive' with ( | 8 | @use 'pkg:iro-sass/src/responsive' with ( |
| 9 | $named-viewports: $breakpoints | 9 | $named-viewports: $breakpoints |
| 10 | ); | 10 | ); |
| 11 | 11 | ||
