You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING on line 81, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
81 │ @elseif $value == "inline-flex" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 127, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
127 │ @elseif $value == "row-reverse" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 132, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
132 │ @elseif $value == column {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 136, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
136 │ @elseif $value == "column-reverse" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 165, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
165 │ @elseif $value == wrap {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 169, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
169 │ @elseif $value == "wrap-reverse" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 227, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
227 │ @elseif $value == "flex-end" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 231, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
231 │ @elseif $value == "space-between" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 235, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
235 │ @elseif $value == "space-around" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 260, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
260 │ @elseif $value == "flex-end" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 283, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
283 │ @elseif $value == "flex-end" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 303, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
303 │ @elseif $value == "flex-end" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 307, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
307 │ @elseif $value == "space-between" {
│ ^^^^^^^
╵
DEPRECATION WARNING on line 311, column 5 of bower_components/bourbon/dist/css3/_flex-box.scss:
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
╷
311 │ @elseif $value == "space-around" {
│ ^^^^^^^
╵
Error: expected newline.
╷
246 │ border-color: $input-focus-color
│ ^
╵
wyrm_core/_form.sass 246:17 @import
themes/opnsense/sass/theme.sass 38:9 root stylesheet
The text was updated successfully, but these errors were encountered:
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the issue
When building using the command below, some deprecation warnings and an error seem to show up.
The text was updated successfully, but these errors were encountered: