johno / pixyll

A simple, beautiful Jekyll theme that's mobile first
http://pixyll.com
MIT License
2.05k stars 1.34k forks source link

What portion of Basscss is in _basscss.scss? #94

Closed hnarayanan closed 10 years ago

hnarayanan commented 10 years ago

(This is a question, not an issue.)

I tried experimenting with some other elements from Basscss, including a <table>, and noticed they weren't styled as shown in the project's docs. This got me thinking that _basscss.scss in this project might not be all of Basscss, but just a specific subset. Could you tell me what aspects show up in this scss file?

Thanks!

johno commented 10 years ago

Hey @hnarayanan .

I only included a few components from Basscss, and it's from v3 (currently Basscss is now on v4). So, in order to pull in table styling you will need to replace the entire _basscss.scss file with the contents from https://github.com/jxnblk/basscss/blob/master/css/basscss.css .

I believe I pulled in forms, buttons, and type into the basscss that's included within Pixyll from https://github.com/jxnblk/basscss/tree/98d57e1af25e26839d6f4f77263acbb915fcc183/scss.

Hope this helps!

hnarayanan commented 10 years ago

Thank you. I will experiment more with this.