Skip to content

Instantly share code, notes, and snippets.

@irekBudzowski
Last active January 24, 2021 17:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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