Bro. component.io
All components compile to a global build.js and build.css from the command line, so the only restriction on the framework you are using is that you can include those from the main template.
With node previously installed:
| <label> | |
| <input type="radio"> | |
| Do this | |
| </label> | |
| <label> | |
| <input type="radio"> | |
| Or do this! | |
| </label> |
Bro. component.io
All components compile to a global build.js and build.css from the command line, so the only restriction on the framework you are using is that you can include those from the main template.
With node previously installed:
| /** | |
| * Colorblind styles for Rainforest | |
| * | |
| * @author Fred Stevens-Smith | |
| * @copyright Cldrdr Inc. d/b/a Rainforest, 2014 | |
| */ | |
| .colorblind { | |
| $greenReplacement: #7F00FF; | |
| $redReplacement: $orange; |
f-10 10-25 (max flat size)
hero mode:
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
| "draw_white_space": "all", | |
| "font_face": "monaco", | |
| "font_size": 12.0, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "SublimeLinter", | |
| "Vintage", |
| { | |
| ".doc": "http://someurl.com", | |
| ".pdf": "http://someurl.com", | |
| ".ppt": "http://someurl.com" | |
| } |