-
-
Save rafszul/c8943c3d33aab8f767a16a4708ca2786 to your computer and use it in GitHub Desktop.
A suggestion on how to organise your scss prohect
This file contains hidden or 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
// link : https://medium.com/p/24cfae349724 | |
// version : 1.0.0 | |
scss/ | |
| | |
|— site/ # website namespace | |
| |— modules/ | |
| |— common/ | |
| |— _footer.scss | |
| |— _header.scss | |
| |— _nav.scss | |
| |— layouts/ | |
| |— _default.scss | |
| |— _mobile.scss | |
| |— _tablet.scss | |
| |— uikit/ | |
| |— _all.scss | |
| |— _buttons.scss | |
| |— _modal.scss | |
| |— _forms.scss | |
| |— _typography.scss | |
| … | |
| |— _all.scss | |
| |— _homepage.scss | |
| |— _variables.scss | |
| | |
| — mixins/ | |
| |— _all.scss | |
| |— _colorscales.scss | |
| |— _fontcalc.scss | |
| | |
| — vendor/ # 3rd party libraries | |
| |— _normalize.scss | |
| … | |
— site.scss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment