We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200958f commit 84bd5caCopy full SHA for 84bd5ca
core/src/css/ionic/utils.bundle.ionic.scss
@@ -1,4 +1,11 @@
1
@forward "../../foundations/ionic.utility";
2
3
-// CSS Utils
4
-@import "../utils.bundle";
+// TODO(ROU-5316): The padding utility is not included here
+// because it uses hardcoded pixel values instead of values
5
+// from the design tokens. We need to investigate how to
6
+// align the padding utility with the design tokens.
7
+@import "../float-elements";
8
+@import "../text-alignment";
9
+@import "../text-transformation";
10
+@import "../flex-utils";
11
+@import "../display";
0 commit comments