Last active
October 31, 2018 15:46
-
-
Save luislobo14rap/e2a366283df5559fc02daca5e498f5ab to your computer and use it in GitHub Desktop.
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
/* literals.css v1.2 */ | |
.background-none{background:none} | |
.background-none-important{background:none!important} | |
.cursor-pointer{cursor:pointer} | |
.cursor-pointer-important{cursor:pointer!important} | |
.cursor-default{cursor:default} | |
.cursor-default-important{cursor:default!important} | |
.font-weight-100{font-weight:100} | |
.font-weight-200{font-weight:200} | |
.font-weight-300{font-weight:300} | |
.font-weight-400{font-weight:400} | |
.font-weight-500{font-weight:500} | |
.font-weight-600{font-weight:600} | |
.font-weight-700{font-weight:700} | |
.font-weight-800{font-weight:800} | |
.font-weight-900{font-weight:900} | |
.font-weight-100-important{font-weight:100!important} | |
.font-weight-200-important{font-weight:200!important} | |
.font-weight-300-important{font-weight:300!important} | |
.font-weight-400-important{font-weight:400!important} | |
.font-weight-500-important{font-weight:500!important} | |
.font-weight-600-important{font-weight:600!important} | |
.font-weight-700-important{font-weight:700!important} | |
.font-weight-800-important{font-weight:800!important} | |
.font-weight-900-important{font-weight:900!important} | |
overflow-hidden { | |
overflow: hidden; | |
} | |
overflow-x-hidden { | |
overflow-x: hidden; | |
} | |
overflow-y-hidden { | |
overflow-y: hidden; | |
} | |
.text-decoration-none{text-decoration:none} | |
.text-decoration-none-important{text-decoration:none!important} | |
.text-decoration-underline{text-decoration:underline} | |
.text-decoration-underline-important{text-decoration:underline!important} | |
.transition-unset,.transition-unset *{transition:unset} | |
.transition-unset-important,.transition-unset-important *{transition:unset!important} | |
.user-select-none{user-select:none} | |
.user-select-none-important{user-select:none!important} |
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
/* literals.min.css v1.2 */ | |
.background-none{background:none}.background-none-important{background:none!important}.cursor-pointer{cursor:pointer}.cursor-pointer-important{cursor:pointer!important}.cursor-default{cursor:default}.cursor-default-important{cursor:default!important}.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-weight-100-important{font-weight:100!important}.font-weight-200-important{font-weight:200!important}.font-weight-300-important{font-weight:300!important}.font-weight-400-important{font-weight:400!important}.font-weight-500-important{font-weight:500!important}.font-weight-600-important{font-weight:600!important}.font-weight-700-important{font-weight:700!important}.font-weight-800-important{font-weight:800!important}.font-weight-900-important{font-weight:900!important}overflow-hidden{overflow:hidden}overflow-x-hidden{overflow-x:hidden}overflow-y-hidden{overflow-y:hidden}.text-decoration-none{text-decoration:none}.text-decoration-none-important{text-decoration:none!important}.text-decoration-underline{text-decoration:underline}.text-decoration-underline-important{text-decoration:underline!important}.transition-unset,.transition-unset *{transition:unset}.transition-unset-important,.transition-unset-important *{transition:unset!important}.user-select-none{user-select:none}.user-select-none-important{user-select:none!important} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment