Created
February 11, 2016 14:21
-
-
Save chrisui/da51e259bb5e1aa37597 to your computer and use it in GitHub Desktop.
cx .undefined
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
.undefined { | |
display: flex !important; | |
position: fixed !important; | |
top: 0 !important; | |
right: 0 !important; | |
bottom: 0 !important; | |
left: 0 !important; | |
background: red !important; | |
color: white !important; | |
justify-content: center !important; | |
align-items: center !important; | |
font-size: 30px !important; | |
font-weight: bold !important; | |
} | |
.undefined::after { | |
display: block !important; | |
padding: 15px 30px !important; | |
content: 'ERROR! You are missing a class definition in your css module! Inspect me to find out where.' !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment