Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme build instruction doesn't work anymore #307

Open
2 tasks done
AdSchellevis opened this issue Feb 3, 2021 · 0 comments
Open
2 tasks done

Theme build instruction doesn't work anymore #307

AdSchellevis opened this issue Feb 3, 2021 · 0 comments
Assignees

Comments

@AdSchellevis
Copy link
Member

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.

sass -I bower_components/wyrm/sass/ -I bower_components/bourbon/dist/ -I bower_components/neat/app/assets/stylesheets/ -I bower_components/font-awesome/scss/ themes/opnsense/sass/theme.sass  > source/_static/css/opnsense.css
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
@AdSchellevis AdSchellevis self-assigned this Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant