Created
September 7, 2016 20:04
-
-
Save creinartz/d83d7f10e84afed1404bbc3ad51906f1 to your computer and use it in GitHub Desktop.
CSS at trivago article examples
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
@import 'settings/global.scss' | |
@import 'settings/colors.scss' | |
// … | |
@import 'tools/rtl.scss' | |
@import 'tools/zindex.scss' | |
// … | |
@import 'generic/normalize.scss' | |
// … | |
@import 'elements/base.scss' | |
// … | |
@import 'objects/oocss.scss' | |
// … | |
@import 'components/item.scss' | |
// … | |
@import 'trumps/responsive-utilities.scss' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment