Skip to content
Snippets Groups Projects
Commit 0b7daf94 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

removed forward, since its not supported yet.

parent b9b35db6
No related branches found
No related tags found
1 merge request!2WIP: Using react
@forward 'functions.scss'; @use 'functions.scss';
@forward 'settings.scss'; @use 'settings.scss';
@mixin breakpoint($bp) { @mixin breakpoint($bp) {
@media screen and (min-width: getFrom($breakpoints, $bp)) { @media screen and (min-width: functions.getFrom(settings.$breakpoints, $bp)) {
@content; @content;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment