Closed hnarayanan closed 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!
Thank you. I will experiment more with this.
(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!