_sass/another/_utilities.scss in another-theme-1.0.1 vs _sass/another/_utilities.scss in another-theme-1.0.2
- old
+ new
@@ -11,11 +11,11 @@
"display": (
responsive: true,
print: true,
property: display,
class: d,
- values: none block flex
+ values: none block flex inline
),
// Flex utilities
"flex": (
responsive: true,
property: flex,
@@ -254,9 +254,16 @@
"border-bottom": (
property: border-bottom,
values: (
0: 0,
)
- )
+ ),
+ "width": (
+ property: width,
+ class: w,
+ values: (
+ 100: 100%,
+ )
+ ),
),
$utilities
);