Skip to content

Commit 84bd5ca

Browse files
committed
refactor(css): update the bundle to exclude the padding utils
1 parent 200958f commit 84bd5ca

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
@forward "../../foundations/ionic.utility";
22

3-
// CSS Utils
4-
@import "../utils.bundle";
3+
// TODO(ROU-5316): The padding utility is not included here
4+
// 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

Comments
 (0)