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
<div class="page"> | |
<p> | |
<ul> | |
<li>item</li> | |
<li>item</li> | |
<li>item</li> | |
<li>item</li> |
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
<header role="banner"> | |
<h1><a href="#">24way<span>app slogan</span></a></h1> | |
</header> | |
<main role="main"> | |
<section> | |
<header> | |
<h1>Section Title</h1> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vestibulum imperdiet tortor, a scelerisque mi venenatis in. Etiam mattis sit amet ante quis sodales. Vestibulum eget tellus non turpis euismod elementum pharetra id nibh. Suspendisse potenti. | |
<a href="">Learn More</a> |
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
<p> | |
<strong><span style="text-decoration:underline;">Vous souhaitez des idées de décoration de bouquets de ballons ! cliquez sur la vignette de votre choix</span></strong></p> | |
<table border="0" cellpadding="0" cellspacing="0" class="tableau-fluide"> | |
<tbody> | |
<tr> | |
<td style="width: 16%; text-align: center;"> | |
<a href="http://www.alafete.fr/photos-de-bouquets-de-ballons-licence.html" style="text-decoration: underline; outline: 0px; text-align: center;"><img alt="" src="http://alafete.fr/client/gfx/images/aaaLicences0001.jpg" style="width: 100%;" /></a></td> | |
<td style="width: 16%; text-align: center;"> | |
<a href="http://www.alafete.fr/photos-de-bouquets-de-ballons-noel.html" style="text-decoration: underline; outline: 0px; text-align: center;"><img alt="" src="http://alafete.fr//client/gfx/images/aaaNoel0013.jpg" style="height: 260px; width: 140px;" /></a></td> | |
<td style="text-align: center; width: 16%;"> |
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
/* # Breakpoints | |
Store and Share all possible breakpoints between projects or modules, | |
and use them with breakpoint-sass. | |
[Breakpoint-sass documentation](http://breakpoint-sass.com/) | |
[Breakpoint Wiki](https://github.com/at-import/breakpoint/wiki) | |
@state - Draft |
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
/** | |
* work with variables scss files and convert them to json | |
* the primary goal is to set variables from a form or php script and compiling with scssphp | |
* | |
* Actualy the script only extract all variables | |
* | |
* @todo generating a simple config form with the generated datas (label => input) | |
* @todo auto-complete with variables in text inputs | |
* @todo a color piker for Colors input ( rgb(), #... ) | |
* @see http://lumadis.be/regex/test_regex.php?id=2357 |
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
// https://github.com/sass/sass/blob/stable/lib/sass/script/value/color.rb#L28-L180 | |
// ALTERNATE_COLOR_NAMES | |
$alternate-color-name :( | |
'aqua', | |
'darkgrey', | |
'darkslategrey', | |
'dimgrey', | |
'fuchsia', | |
'grey', |
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
<h2>ALTERNATE_COLOR_NAMES</h2> | |
<ul class="alternate-color-name"> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> |
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
<a href="#" class="btn btn-primary"><span class="dashed">I'm a link</span></a> | |
<a href="#" class="btn btn-success"><span class="dashed">I'm a link</span></a> | |
<a href="#" class="btn btn-stripped">Alert !</a> | |
<hr> | |
<h2>Patterns</h2> | |
<div class="pattern dot-pattern"></div> | |
<div class="pattern triangle-pattern"></div> | |
<div class="pattern saw-pattern"></div> |
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
<h3>The grid</h3> | |
<ul class="rounded-grid"> | |
<li> | |
<img src="http://lorempixel.com/400/400/fashion/1" /> | |
</li> | |
<li> | |
<img src="http://lorempixel.com/400/400/fashion/2" /> |
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
<div class="container"> | |
<img src="http://lorempixel.com/400/200" /> | |
</div> |