UNPKG

guide201

Version:

Atlas is living style-guides & pattern library static site generator with extensive CSS monitoring and components info that could be used virtually with any scss/css project

34 lines (24 loc) 501 B
/*md # g-link This component is designed to provide same styles of text-type links (hyperlinks) across different components. For UI type links see `g-link_ui`. ## Usage ```scss // for regular cases .b-user_content-link { @include g-link_brand; } // for cases when text color is inverted (white, red etc) and action color will not // be good (ex blue hover state on red alert banner) .b-error_message-link { @include g-link_brand; } ``` */ /*md # Test page */ .code { background: white; }