Skip to content

Instantly share code, notes, and snippets.

@irekBudzowski
Last active January 24, 2021 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irekBudzowski/e3b4aa0fc88dac4fbaf3fa69d40303e8 to your computer and use it in GitHub Desktop.
Save irekBudzowski/e3b4aa0fc88dac4fbaf3fa69d40303e8 to your computer and use it in GitHub Desktop.
Styles
@import './vendors/all'; // Zewnętrzne biblioteki
@import './variables/all'; // Zmienne, tj. kolory, wymiary itp.
@import './mixins/all';
@import './helpers/all'; // Klasy pomocnicze
// Wszystkie klasy zaimportowane w pliku styles.scss.
@import './vendors/all';
@import './helpers/all';
// Wyłącznie mixiny, funkcje i zmienne do wykorzystania w stylach komponentów
@import './variables/all';
@import './mixins/all';
@import '~scss/template';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment