Styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import './vendors/all'; // Zewnętrzne biblioteki | |
@import './variables/all'; // Zmienne, tj. kolory, wymiary itp. | |
@import './mixins/all'; | |
@import './helpers/all'; // Klasy pomocnicze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Wszystkie klasy zaimportowane w pliku styles.scss. | |
@import './vendors/all'; | |
@import './helpers/all'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Wyłącznie mixiny, funkcje i zmienne do wykorzystania w stylach komponentów | |
@import './variables/all'; | |
@import './mixins/all'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import '~scss/template'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment