Skip to content

Commit e5f2c7c

Browse files
committed
Remove resets & normalization
1 parent abbb0fd commit e5f2c7c

File tree

5 files changed

+0
-551
lines changed

5 files changed

+0
-551
lines changed

lib/css/base/_stacks-configuration-static.less

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
// OPTIONS
66
// -------
77
//
8-
// #stacks-config-static { @css-reset: normalize; }
9-
//
10-
// `normalize` is the default, which will include normalize.css (the Nicolas Gallagher reset). Other
11-
// legal options are `meyer` for the Eric Meyer reset, and `none` if no CSS reset should be compiled in.
12-
//
138
//
149
// #stacks-config-static { @breakpoints: 1264px, 980px, 640px; }
1510
//
@@ -40,22 +35,6 @@
4035
//
4136
// Any selector, if given, MUST select the root (html) element.
4237

43-
44-
45-
// Previously, the CSS reset option was a simple global variable. For backwards compatibility, we'll handle it correctly for a bit.
46-
@stacks-include-css-reset: this-is-deprecated;
47-
4838
#stacks-config-static {
49-
50-
#handle-old-reset-option() when (@stacks-include-css-reset = this-is-deprecated) {
51-
// the variable wasn't overridden -- good!
52-
@css-reset: normalize; // other possible values are `meyer` and `none`
53-
}
54-
#handle-old-reset-option() when not (@stacks-include-css-reset = this-is-deprecated) {
55-
// Somebody overwrote the variable, so this project is using the legacy option. Handle it.
56-
@css-reset: @stacks-include-css-reset;
57-
}
58-
#handle-old-reset-option();
59-
6039
@breakpoints: 1264px, 980px, 640px;
6140
}

lib/css/base/_stacks-reset-meyer.less

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)