A lightweight front-end framework for creating scalable and performant, responsive sites
Developed and maintained by [Ashley Nolan](https://gith
| npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
| npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
| npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. | |
| > tmwsite@0.1.0 preinstall C:\BuildAgent\work\33aa7c45146a0267\source | |
| > bundle install | |
| DL is deprecated, please use Fiddle | |
| Using colorator 1.1.0 | |
| Using ffi 1.9.14 |
| {"lastUpload":"2017-03-24T23:22:48.050Z","extensionVersion":"v2.6.1"} |
| #!/usr/bin/env bash | |
| # Path to the bash it configuration | |
| export BASH_IT="/Users/mrmartineau/.bash_it" | |
| # Lock and Load a custom theme file | |
| # location /.bash_it/themes/ | |
| export BASH_IT_THEME='zander' | |
| # (Advanced): Change this to the name of your remote repo if you |
| // 3rd party brand colors - find more at brandcolors.net | |
| $color-twitter : #55acee; | |
| $color-facebook : #3b5998; | |
| $color-youtube : #cd201f; | |
| $color-pinterest : #bd081c; | |
| $color-instagram : #e4405f; | |
| $color-whatsapp : #25D366; | |
| .socialCTA { | |
| background-color: rgba(#fff, .2); |
| <div class="video"> | |
| <video poster="video-poster.png" controls> | |
| <source src="video.mp4" type="video/mp4"> | |
| Your browser does not support the <code>video</code> element. | |
| <img src="video-poster.png" alt="launch video" /> | |
| </video> | |
| </div> |
A lightweight front-end framework for creating scalable and performant, responsive sites
Developed and maintained by [Ashley Nolan](https://gith
I hereby claim:
To claim this, I am signing this object:
| define(function() { | |
| var cssomPrefixes = 'Moz O ms Webkit'.split(' '); | |
| var modElem = { | |
| elem: document.createElement('modernizr') | |
| }; | |
| var mStyle = { | |
| style: modElem.elem.style | |
| }; |
| @include component('foo') { | |
| margin: auto; | |
| @include modifier('bar') { | |
| padding: 20px; | |
| } | |
| @include modifier('baz') { | |
| padding: 50px; |
| <script> | |
| (function(K,i,c,k,o,f,F){K['GoogleAnalyticsObject']=o;K[o]=K[o]||function(){ | |
| (K[o].q=K[o].q||[]).push(arguments)},K[o].l=1*new Date();f=i.createElement(c), | |
| F=i.getElementsByTagName(c)[0];f.async=1;f.src=k;F.parentNode.insertBefore(f,F) | |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
| ga('create', 'UA-XXXXX-XX', 'http://yourdomain.com', { | |
| //'cookieDomain': 'none' // Use if debugging on localhost | |
| }); | |
| ga('send', 'pageview'); |