}
}
- @include describe("global $enable-important-utilities: true") {
- @include it("sets !important") {
- $enable-important-utilities: true !global;
-
- @include test-generate-utility(
- (
- property: "padding",
- values: (small: .5rem, large: 2rem)
- )
- ) {
- .padding-small {
- padding: .5rem !important;
- }
+ // @include describe("global $enable-important-utilities: true") {
+ // @include it("sets !important") {
+ // $enable-important-utilities: true !global;
- .padding-large {
- padding: 2rem !important;
- }
- }
+ // @include test-generate-utility(
+ // (
+ // property: "padding",
+ // values: (small: .5rem, large: 2rem)
+ // )
+ // ) {
+ // .padding-small {
+ // padding: .5rem !important;
+ // }
- $enable-important-utilities: false !global;
- }
- }
+ // .padding-large {
+ // padding: 2rem !important;
+ // }
+ // }
+
+ // $enable-important-utilities: false !global;
+ // }
+ // }
@include describe("$utility") {
@include describe("values") {