Codepen
- Started
- Last post
- 6 Responses
- orrinward2
Post your Codepen here.
http://codepen.io/orrinward/I'd love to see what some of you guys do.
- zaq0
- Nice. Love your dashed shadow stuff too!orrinward2
- hey, that's pretty cool indeed.mg33
- mg330
^ Looksike your dashed shadow made Smashing Magazine's blog/FB.
Nice work!
- ohhhhhsnap0
Does anyone know why when tweek anyone else's work on codepen.io locally and upload it to dev on my website, it doesn't work?
- not a front end guy so go easy on me.ohhhhhsnap
- maybe missing related external files that codepen includes by default?hereswhatidid
- pop open the console in chrome and look for either script errors or 404shereswhatidid
- ohhhhhsnap0
@hereswhatidid like this for instance
"@import "compass/utilities/general/clear... where would I find and install this? Checked out GitHub... little overwhelming no idea what I'm doing there.
- ohhhhhsnap0
@hereswhatidid like this for instance
"@import "compass/utilities/general/clear... where would I find and install this? Checked out GitHub... little overwhelming no idea what I'm doing there.
- orrinward20
ohhhhhsnap it's hard to know without an example of what you've tried to borrow.
It could be that the thing you're copying is using a preprocessor library like Less or SASS.
Give an example of a Pen that you've tried to copy locally and I'll give it a look for you.
-----
Seeing your Compass stuff - Yeah it looks like you need to install Compass (and probably Bourbon too) but I suspect you might not be running a Rails server or other framework that supports it.
With CSS stuff. If the markup doesn't matter, just inspect the view window in Codepen and look for the script tag inside the iframe. That will have the compiled CSS for you.
- going to put my stuff together online and post the link orrinw. it's so stupid simple but it's my first time doing this.ohhhhhsnap